data-quality-profiler
SolidProfiles data assets to assess quality dimensions, detect anomalies, and generate comprehensive data quality reports with actionable recommendations.
Data & Documents 814 stars
53 forks Updated today MIT
Install
Quality Score: 98/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Data Quality Profiler
Profiles data assets to assess quality dimensions and detect anomalies across the six core data quality dimensions.
## Overview
This skill performs comprehensive data profiling to assess completeness, accuracy, consistency, validity, timeliness, and uniqueness. It generates statistical profiles, detects anomalies, identifies PII, and provides actionable recommendations for data quality improvement.
## Capabilities
- **Statistical profiling** - Distributions, cardinality, null percentages, min/max values
- **Data type inference and validation** - Detect actual vs declared types
- **Pattern detection** - Regex patterns, formats, common structures
- **Anomaly detection** - Outliers, drift, unexpected values
- **Referential integrity checking** - Foreign key validation
- **Freshness monitoring** - Data age and update frequency
- **Volume trend analysis** - Record count patterns over time
- **Schema change detection** - Structural changes between runs
- **Cross-column correlation analysis** - Identify dependent columns
- **PII detection and classification** - Sensitive data identification
## Input Schema
```json
{
"dataSource": {
"type": "object",
"required": true,
"properties": {
"type": {
"type": "string",
"enum": ["table", "file", "query"],
"description": "Type of data source"
},
"connection": {
"type": "object",
"description": "Connection details (platform, database, schema)"...
Details
- Author
- a5c-ai
- Repository
- a5c-ai/babysitter
- Created
- 4 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Related Skills
Data & Documents Featured
burpsuite-project-parser
Searches and explores Burp Suite project files (.burp) from the command line. Use when searching response headers or bodies with regex patterns, extracting security audit findings, dumping proxy history or site map data, or analyzing HTTP traffic captured in a Burp project.
38,979 Updated today
sickn33 Data & Documents Featured
data-storytelling
Transform raw data into compelling narratives that drive decisions and inspire action.
38,979 Updated today
sickn33 Data & Documents Featured
documentation
Documentation generation workflow covering API docs, architecture docs, README files, code comments, and technical writing.
38,979 Updated today
sickn33