LinuxCommandLibrary

pqviewer

View Apache Parquet files in your terminal

TLDR

View a Parquet file
$ pqviewer [path/to/file.parquet]
copy

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.

SEE ALSO

parqeye(1), parqv(1), csvlens(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard