CSV Summary Statistics
Parses a CSV file (using a robust CSV parser that correctly handles quoted fields and embedded commas, not naive comma-splitting) and computes standard descriptive statistics for every numeric column automatically — no manual column selection or spreadsheet formulas required.
A column is treated as numeric if at least half its values parse as numbers, tolerating a reasonable number of missing or non-numeric entries without excluding an otherwise-numeric column.