Compute mean, median, standard deviation, and quartiles — clean your data first
Descriptive statistics summarize a dataset with a handful of numbers: the center (mean, median), the spread (standard deviation, IQR), and the extremes (min, max). But real-world data is rarely clean — it often contains missing values encoded as -999, N/A, or other sentinel codes that would distort every calculation.
This tool loads a sample dataset of 30 employees with Name, Age, Salary, and Department — including a few -999 sentinel values in the Salary column. Click Link Data to see how those bad values affect the mean, then ask the AI to clean them and recompute. The difference will be dramatic.
Paste your own CSV to compute statistics on your data.