Count Unique
Count the number of distinct values in each 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.
Results
Paste or upload a CSV to count unique values...
More Options
CSV Format
Input
How to Use This Tool
This tool counts the number of distinct (unique) values in each column of your CSV. All columns are included, not just numeric ones.
- 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 — The unique value count for each column appears instantly.
- 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.
Are empty cells counted as a unique value?
No. Empty cells are excluded from the unique value count.
Is the count case-sensitive?
Yes. 'Apple' and 'apple' are counted as two distinct values.