CSV Column Profiler
Profiles each column for inferred type, completeness, distinct values and numeric range.
Loading the tool…
How to use this tool
- Paste or open the extract.
- Select Profile columns.
- Read the distinct and empty counts first — they say the most about the data.
What csv column profiler does
Before you load an unfamiliar extract anywhere, it is worth knowing what is actually in it. This profiler reports, for every column, how many values are present, how many are empty, how many distinct values there are, and whether the values are consistently numeric, consistently boolean or free text.
The distinct count is often the most informative number on the page. A column with one distinct value carries no information; a column whose distinct count equals the row count is a candidate key; a column with a handful of distinct values across thousands of rows is a category that probably belongs in a lookup table. Type inference is deliberately strict — one non-numeric value is enough for a column to be reported as text, because that is the value that will break the load.