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

Phase 1: Exploratory Data Analysis

Quick start

Installs
1
GitHub Stars
2
First Seen
Jun 19, 2026
data-prep — damionrashford/mlx