Loading tsb…
pandas.read_orc DataFrame.to_orc
Apache ORC (Optimized Row Columnar) is a self-describing, type-aware columnar file format designed
for large-scale analytical workloads. tsb supports reading and writing ORC files with
NONE compression using RLE v1 integer encoding, direct float/double, and direct string encoding.
Create a DataFrame, serialize it to ORC bytes, then parse it back:
ORC natively supports null values via PRESENT streams:
Use the columns option to read only a subset of columns:
Serialize and parse a 10 000-row DataFrame to measure throughput: