Profile CSV columns with types, missing counts, distinct values, ranges, means, and medians.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
Columns are type-detected, empty cells counted, distinct serialized values measured, and numeric values sorted for minimum, maximum, mean, and median. The byte-size report counts the original text as UTF-8.
name,age,salary Alice,30,95000 Bob,25,62000 Carol,41,110000 Dave,28,58000
Name Type Unique count Null count Min value Max value Mean Median ------ ------ ------------ ---------- --------- --------- ----- ------ name string 4 0 Alice Dave age number 4 0 25 41 31 29 salary number 4 0 58000 110000 81250 78500
Survey profiling checks distributions, warehouse loads check missingness, and QA compares export summaries.