parqeye
Terminal tool to visualize and inspect Parquet files
TLDR
Inspect a Parquet file
$ parqeye [path/to/file.parquet]
SYNOPSIS
parqeye [options] file
DESCRIPTION
parqeye is a terminal-based tool for inspecting Apache Parquet files. It provides interactive data visualization with keyboard navigation, schema exploration for column types and nested structures, file-level metadata viewing, and row group statistics. The interface uses tabs for switching between different views.
HISTORY
parqeye was created by Kaushik Srini (kaushiksrini) and is written in Rust.

