Examples#
The examples are executable Jupyter notebooks, committed with their outputs,
so every page below shows real results. They live in the repository’s
examples/
directory; run them yourself with the examples pixi environment
(pixi run -e examples jupyter lab).
Each notebook is self-contained. The first five write their files to the system temporary directory; the taxi notebook builds its file from a small committed sample of the public NYC TLC trip data, so it too runs offline.
Notebook |
Covers |
|---|---|
Create → append → read → validate, and reopen from disk. |
|
Fixed-length strings (no silent truncation), categoricals, booleans, valid ranges, and missing values. |
|
|
|
Per-column filter pipelines, |
|
Modeling semi-structured log records with columns and list columns. |
|
A real dataset end to end: categoricals, both missing-value styles, a datetime codec, filters, and indexed queries with |