CSV Statistics Calculator
Calculates basic descriptive statistics (count, mean, median, min, max, standard deviation) for specified numerical columns in an uploaded CSV file.
Instructions
1. Upload your CSV file. Ensure it has a header row. 2. Confirm the 'First row is header' box is checked. 3. In the text area, enter the exact names of the columns you want to analyze, separated by commas (e.g., `Revenue,UnitsSold,Temperature`). 4. Select the type of standard deviation to calculate (Sample is usually appropriate unless your CSV represents the entire population). 5. Click 'Run Tool'. The results (count, mean, median, min, max, std dev) for each specified column will be shown in JSON format below.