Tools / CSV Column Statistics
CSV Column Statistics
Drop a CSV and see per-column stats — count, distinct values, nulls, min/max, mean, median, standard deviation, and the most common values. Useful for data profiling and sanity checks.
Drop a CSV or TSV file here, or click to select.
.csv, .tsv, .tab · Max 500 MB
How to use CSV Column Statistics
Drop your CSV
Drag a .csv or .tsv file onto the dropzone, or click to browse. The file is parsed in your browser by PapaParse — nothing is uploaded.
Wait for the profile
Each column is scanned once. The detected type — number, string, boolean, or empty — is shown as a badge so you can spot mis-typed columns at a glance.
Read the per-column cards
Number columns show count, nulls, distinct, min, max, mean, median, standard deviation, and sum. String and boolean columns show count, nulls, distinct, shortest and longest length.
Spot the top values
Every column lists its five most common values with a percentage bar. Useful for finding categorical buckets, dominant defaults, and unexpected outliers.
Download the stats CSV
Click Download stats CSV to save the full profile as a CSV — one row per column with every statistic. Drop it into a notebook, paste it into a doc, or commit it next to the dataset.
Frequently asked questions
Related tools
View and explore CSV files with sorting, filtering, and column type detection. Handles 100k+ rows.
Build a visual filter pipeline with AND/OR logic, pick columns, sort, and export.
Remove duplicate rows from a CSV. Pick which columns to compare and what to keep.