parqeye

Inspect and explore Parquet file contents directly from terminal

brewmacoslinux
Try with needOr install directly
Source

About

Peek inside Parquet files right from your terminal

Commands

parqeye

Examples

Display basic information about a Parquet file$ parqeye file.parquet
Show schema and column details of a Parquet file$ parqeye --schema file.parquet
Preview first N rows of a Parquet file$ parqeye --head 10 file.parquet