Data Cleaning Pass

Clean a messy dataset methodically — the profiling pass that finds what's actually wrong (dupes, format drift, phantom spaces, mixed types), the fix order that doesn't corrupt while correcting, and the log that makes the cleaning defensible. Use when asked clean this export, why is my pivot double-counting, these names don't match between sheets, or prep this data for analysis. Produces the profile of what's wrong, the ordered cleaning plan, the join-key repairs, and the cleaning log.

Mohit Aggarwal Updated

File contents

mohitagw15856/pm-claude-skills/tree/main/exports/openclaw/data-cleaning-pass commit 19d7381188

Frequently asked questions

npx skillmds@latest add mohitagw15856/data-cleaning-pass-2