Skip to content

Column stats

Double-click any column header to open the stats panel for that column.

Alternatively, hold Shift and click a column header.

Columnar computes the following statistics for every column:

StatDescription
TypeNumeric or String — auto-detected based on column contents
CountTotal number of rows
UniqueNumber of distinct values
NullsNumber of empty cells
MinSmallest value (alphabetically for strings, numerically for numbers)
MaxLargest value
SampleUp to 5 non-empty values from the column
StatDescription
MeanArithmetic average
MedianMiddle value when sorted
Std DevStandard deviation

A column is classified as Numeric if more than 80% of its non-empty values parse as a valid decimal number. Otherwise it is classified as String.

This means a column with occasional non-numeric values (like N/A or -) may still be classified as Numeric if the majority of rows contain numbers.

Stats are computed with a full parallel pass through the file for the selected column. On a 14 GB file this takes a few seconds. The loading overlay shows Computing stats… while this is running.

Click the button in the top-right of the stats panel, or press Escape.