Data Profiling

Profile and map raw data BEFORE designing a schema. One-time exploratory analysis to learn the true shape of a dataset — row/column counts, null rates, cardinality, value distributions, ranges, data types, candidate keys, duplicates, referential relationships — then a source-to-target field mapping and an ER diagram. Use this skill whenever the user has data in hand and needs to understand it before modeling, is about to design a schema, asks "what does this data actually look like", needs to find the primary/composite key of an unfamiliar table, or must map source fields to a target model. This is exploratory and one-time; ongoing production validation is data-quality's job, and modeling patterns are schema-design's job.

Methasit-Pun cf3323b 4.2 KB Updated

File contents

Methasit-Pun/data_engineer_claude_skills/tree/main/02-profiling/data-profiling commit cf3323bb7e

Frequently asked questions

npx skillmds@latest add methasit-pun/data-profiling