CSV Statistics
Get min, max, mean and distinct counts for every column in a CSV file.
Runs in your browserAbout this tool
Before doing any real analysis on a dataset, it helps to know its basic shape: the range of values in each column, the average, how many distinct values appear — the kind of sanity check that catches obvious data problems early. This tool computes min, max, mean and distinct counts for every column in a CSV automatically, giving you that overview in one pass instead of calculating it column by column yourself.

