What problem does it solve?
Raw datasets often contain missing values, duplicates, inconsistent formats, and mis-typed columns that block reliable analysis and modeling. This Skill provides a repeatable, auditable process to profile, correct, and standardize tabular data so downstream analytics and visualizations produce accurate results.
Core Features & Use Cases
- Profiling & Issue Detection: Count nulls, detect duplicates, find format inconsistencies, and surface outliers.
- Deterministic Cleaning Operations: Remove or flag duplicates, impute or drop missing values, convert data types, normalize text, and standardize date and currency formats.
- Validation & Reporting: Confirm required fields, document record-count deltas, and produce a cleaning report that lists every transformation applied.
- Use Case: Prepare merged sales and customer CSVs for analysis by aligning schemas, normalizing fields, and producing a report of all changes.
Quick Start
Run the data-cleaning skill to profile the dataset at [input_path], apply cleaning rules, and write the cleaned output and report to [output_path].