About this tool
Arrow Viewer is a read-only browser tool for inspecting Apache Arrow IPC File / Stream structure and data. It reads .arrow / .arrows / .ipc files, detects the IPC form, and shows schema, metadata version, endianness, and footer / header details.
You can inspect row counts and metadata/body sizes for record batches plus dictionary information, while data browsing reads only batches needed by the current page. Primitive, timestamp, list/struct, and dictionary-encoded values are supported where implemented.
Good for
- Determine whether an Arrow IPC input is File or Stream and inspect schema / record-batch layout
- Inspect dictionary encoding and metadata in the browser
- Preview part of a larger Arrow IPC input without expanding everything and save the current page as CSV