Tool capabilities
- Input
- TXT
- Output
- TXT · JSON
How to use CSV Statistics
Calculate count, minimum, maximum, mean, median and population standard deviation for a selected numeric column. This csv statistics works directly in your browser and is free to use without an account.
- Paste or open your input in the editor.
- Run the tool and inspect the output. If the input is invalid, correct the reported error and run it again.
- Copy the result or download it to your device.
CSV Statistics · Example
Input
name,team,score Alex,blue,10 Mina,red,20 Alex,blue,5
Output
{
"column": "score",
"count": 3,
"min": 5,
"max": 20,
"mean": 11.666666666666668,
"median": 10,
"populationStandardDeviation": 6.236095644623235
}Calculate count, minimum, maximum, mean, median and population standard deviation for a selected numeric column.
Usage notes
Inputs and results are processed on this device. Tool content is not sent to a processing server.