pqviewer
View Apache Parquet files in your terminal
TLDR
View a Parquet file
$ pqviewer [path/to/file.parquet]
SYNOPSIS
pqviewer [options] file
DESCRIPTION
pqviewer is a TUI tool that reads Apache Parquet files and presents their contents in a navigable table format. It supports keyboard navigation with arrow keys, page up/down scrolling, theme switching, and tab-based focus management. Built with Textual, Rich, and PyArrow.
HISTORY
pqviewer was created by thread53 and is written in Python.

