What problem does it solve?
This skill raises data quality to the level required by the selected analysis techniques. It addresses missing values, outliers, noise, encoding errors, and type corrections, while documenting every cleaning decision with rationale and impact. It produces a structured data cleaning report and organizes outputs to CRISP-DM 3.2 standards.
Core Features & Use Cases
- Implements a complete data cleaning workflow aligned with CRISP-DM 3.2, including a Cleaning Plan, Missing Value Treatment, Outlier & Noise Treatment, and a Cleaning Log.
- Produces two artifacts: a Jupyter notebook (notebooks/3.2-clean-data.ipynb) and a concise summary document (docs/crisp-dm/3-data-preparation/3.2-clean-data.md) for governance and auditability.
- Supports reproducibility by logging steps, ensuring raw data is not modified, and fitting imputation models on training data only.
Quick Start
Run the clean-data workflow to produce notebooks/3.2-clean-data.ipynb and docs/crisp-dm/3-data-preparation/3.2-clean-data.md.