data-prep
Installation
SKILL.md
Data Preparation: Explore & Clean
Two-phase workflow for systematic data preparation. Always run EDA first — findings drive the cleaning strategy.
Available scripts
| Script | Usage |
|---|---|
| eda.py | uv run ${CLAUDE_SKILL_DIR}/scripts/eda.py data.csv --target price |
| clean.py | uv run ${CLAUDE_SKILL_DIR}/scripts/clean.py data.csv -o clean.csv |
| engineer_features.py | uv run ${CLAUDE_SKILL_DIR}/scripts/engineer_features.py data/clean.csv -o data/features.csv |