Tested tool guide
Tested browser tools
Checked August 16, 2026
What CSV Statistics Summary does, with a checked example
CSV Statistics Summary profiles the numeric content of a comma-separated table one column at a time. It separates records into fields, groups values by column, and reports mean, median, mode, standard deviation, minimum, maximum, and percentiles. The summary is descriptive, not relational: it does not show whether two columns move together. The most common surprise is that standard deviation and percentiles have multiple valid calculation conventions, so results can differ from a spreadsheet even when the underlying values match.
Worked example
A concrete input and expected output from the current implementation.
->
Expected output
score: mean 5; median 5; mode 5; standard deviation 0; minimum 5; maximum 5; every reported percentile 5.
Both observations equal 5, so their average, middle value, most frequent value, endpoints, and every percentile are 5. Both deviations from the mean are zero, making the standard deviation zero under either the sample or population convention.