Data Cleaning

Use when a raw table is too dirty to trust — nulls, sentinels, duplicate rows, category sprawl, mixed types, bad dates — and you need a re-runnable clean() plus a schema gate that fails loud. NOT emitting .xlsx (that is spreadsheet-ops), NOT acquiring rows (that is data-scraper), NOT parsing PDF/HTML into rows (that is structured-extraction).

ericrisco e290fbc 6 files · 34.9 KB Updated

File contents

ericrisco/rsc-harness/tree/main/skills/data-cleaning commit e290fbc5ba

Frequently asked questions

npx skillmds@latest add ericrisco/data-cleaning