From Claude-Data-Wrangler
Analyse two or more datasets and suggest cleaning strategies that would make them comparable — aligning divergent header/column names, reconciling type mismatches (string vs int vs float), unifying unit conventions, and harmonising categorical value vocabularies. Use when the user has multiple datasets they want to merge, union, or cross-analyse and needs a concrete alignment plan before doing so.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin Claude-Data-WranglerThis skill uses the workspace's default tool permissions.
Propose a concrete plan to align two or more datasets so they can be safely merged, unioned, or cross-analysed.
Conducts multi-round deep research on GitHub repos via API and web searches, generating markdown reports with executive summaries, timelines, metrics, and Mermaid diagrams.
Share bugs, ideas, or general feedback.
Propose a concrete plan to align two or more datasets so they can be safely merged, unioned, or cross-analysed.
country vs nation vs Country_Name).year is int in one, string in another).status: "active" vs "Active" vs "A" vs "1").— if missing). Flag:
M/Male), boolean-ish (Y/N/1/0/true).standardise-country-names, text-to-numeric, add-iso3166). Don't execute automatically — this skill produces a plan; the user chooses what to run.comparability_plan.md alongside the inputs, so the user can review and hand back.pip install pandas pyarrow