EDA Playbook

Runs a structured exploratory data analysis on a new or suspect dataset - schema audit, target analysis, feature profiling, missingness patterns, and leakage checks - ending in a written decision log. Use when someone says "I just got this dataset, where do I start", "my model metrics look too good", "audit this data before we model it", or is debugging unexpected model behavior. Do NOT use for writing the transformation code itself - use pandas-expert instead; for ongoing production data monitoring use data-quality; for constructing model features after EDA use ml-feature-engineering; for answering a one-off business question from a database use sql-to-insights.

SkillMedev a236cf3 8.1 KB Updated

File contents

SkillMedev/data-science-ml/tree/main/skills/eda-playbook commit a236cf34d6

Frequently asked questions

npx skillmds@latest add skillmedev/eda-playbook