AbraCalc

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.

Embed this tool on your site

How to use this tool

  1. Paste CSV or upload a .csv file with a header row.
  2. Click Compute stats.
  3. 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.

References & sources