Your File, Explained
The guide walked through penguins.parquet. This page walks the same path
through a file of yours: layout, schema, row groups, chunks, encodings, compression, levels,
page index and footer, every number from your bytes. A small tail range is read up front; chunks
are fetched when you open them. Large files can open without loading them whole;
decoding still needs memory for the selected column chunk.