Skip to content

Column summaries

A parquet grid with a summary under every column header

Open a table and every column comes with its own shape: a histogram for numbers, a box plot for distributions, a split bar for categories, a unique count for identifiers, the range underneath. It answers "is this the file I want?" without a line of pandas — computed locally, straight from the file you are looking at.

Column kindWhat is drawn
Numbera histogram, with the minimum and maximum under it
Datea histogram over time
Categorya split bar of the commonest values, and how many are left
Identifierthe count of distinct values
Booleanthe true/false split

The same statistics are what a chart cell reads to decide which plots the columns can support, and what a model cell reads to tell a measurement from a row number.

Works on Parquet, CSV, TSV, JSON, JSONL, Arrow, ORC, Avro, xlsx, SPSS .sav and SAS .xpt / .sas7bdat.

Next: search.

Released under the terms on objectexplorer.com