CSV Statistics Summary
Compute count, min, max, mean, and sum for every numeric column in a CSV, directly in your browser.
Pure browser JavaScript. CSV parsing by PapaParse (MIT), self-hosted.
How to use this tool
- Paste CSV or upload a .csv file with a header row.
- Click Compute stats.
- Read the per-column count, min, max, mean, and sum table.
Compute count, min, max, mean, and sum for every numeric column in a CSV, directly in your browser.
Frequently asked questions
- Which columns are analysed?
- Only columns that contain numeric values. Non-numeric cells in a column are ignored when computing its stats.
- Is anything uploaded?
- No — all statistics are computed locally in your browser via PapaParse.