dataset-quality-audit

Featured

Run comprehensive quality checks on tabular data (CSV/Excel/TSV/JSON), detecting missing values, duplicates, outliers, format issues, and type inconsistencies to produce an overall score, grade, and actionable suggestions. Triggered when users ask to check data quality, find missing or duplicate values, detect outliers, validate formats, profile data, or clean data.

Data & Documents 4,438 stars 448 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# dataset-quality-audit A data quality auditing tool that runs 12-dimension quality checks on tabular data, producing per-dimension scores (0–100), an overall grade, and actionable fix suggestions. ## Capabilities | Dimension | Description | |-----------|-------------| | Missing Values | Count and percentage of null/NaN values per column | | Duplicate Rows | Number and percentage of fully duplicated rows | | Type Consistency | Mixed types within a single column (e.g., numbers mixed with text) | | Value Range / Outliers | Outlier detection using the IQR method | | Format Compliance | Consistency of date, email, phone number, and other formatted fields | | Uniqueness Constraints | Whether ID-type columns contain duplicates | | Whitespace Issues | Leading/trailing spaces, empty strings, whitespace-only values | | Constant Columns | Columns with only a single unique value (zero information) | | Distribution Skewness | Whether numeric columns have excessive skewness | | Column Naming | Spaces, special characters, or inconsistent casing in column names | | Cardinality Anomalies | Unusually high or low number of unique values | | Cross-Column Consistency | Logical checks across columns (e.g., start date before end date) | ## Quick Start ```bash # Basic quality check python3 scripts/data_quality_checker.py data.csv # Save report as JSON python3 scripts/data_quality_checker.py data.csv --output report.json # Specify ID columns (for uniqueness checks) python3 scripts/data_qualit...

Details

Author
zebbern
Repository
zebbern/claude-code-guide
Created
1 years ago
Last Updated
yesterday
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category