What problem does it solve?
Tabular datasets often contain hidden issues like missing values, duplicate rows, outliers, inconsistent formats, and mixed types that silently corrupt analysis. This Skill automates a comprehensive quality audit of CSV, TSV, Excel, and JSON files, producing a scored report with actionable remediation suggestions instead of requiring manual inspection.
Core Features & Use Cases
- 12-Dimension Quality Checks: Detects missing values, duplicates, type inconsistencies, IQR outliers, format violations (email/phone/date/URL), uniqueness breaches, whitespace issues, constant columns, skewed distributions, naming problems, cardinality anomalies, and cross-column logic violations.
- Scored JSON Report: Outputs per-dimension scores (0-100), a weighted overall score, a letter grade (A+ to F), and a prioritized list of fix suggestions.
- Use Case: Before training a model on a 10,000-row customer CSV, run the audit to discover that the age column has 1.5% missing values, 200 rows are fully duplicated, and the created_at column mixes date formats, then apply the suggested fixes.
Quick Start
Ask the assistant to run a data quality check on your CSV or Excel file, optionally specifying ID columns and date columns, and review the generated score, grade, and fix suggestions.