Column Stats
Get data type, null count, unique count, and common values per column
CSV Input
Try a sample:
Drop a CSV file here or
Only the first file is used if multiple are dropped.
The request is made directly from your browser. No proxy is used.
Column Stats
Paste or upload a CSV for column stats...
More Options
CSV Format
Input
How to Use This Tool
This tool shows metadata for every column in your CSV: detected data type, empty/non-empty counts, unique values, most and least common values, and string length ranges.
- Provide your CSV — Paste CSV text into the input area, drop a CSV file onto the File tab, or enter a URL on the URL tab.
- View your results — Column metadata appears instantly in a table.
- Copy or save — Copy the results to your clipboard (tab-separated for Excel) or save as a CSV file.
FAQ
3 questionsDoes this tool upload my data?
No. It runs entirely in your browser using JavaScript. Your CSV data is never sent to a server.
What data types are detected?
String, number, boolean, and date. A column's type is determined by checking all non-empty values.
What does Most Common show for all-unique columns?
If every value in a column is unique, Most Common and Least Common show a dash (—).