About this tool
Parquet Viewer is a preview and inspection tool for Apache Parquet files. It shows schema, row counts, row groups, creator metadata, custom key/value metadata, codecs, and paged row previews.
It uses a metadata-first approach and reads the requested preview range instead of eagerly expanding the entire file. This makes it useful for pipeline debugging and quick structural checks.
Good for
- Quickly inspect the schema and row count of Parquet generated by a data pipeline
- Check compression codecs, row groups, and metadata in a received Parquet file
- Preview a limited set of rows and copy or download the current page as CSV without setting up a query environment