parqv
Share on:
Enter Your Mastodon Instance
Copy the link below to share to Mastodon
https://terminaltrove.com/parqv/
A TUI for visualizing and analyzing files with multiple formats.
pip install parqv

parqv is an interactive terminal viewer that opens Parquet, JSON and ndjson files, presenting structure, preview rows, and statistics inside a TUI.
Features include a unified info panel, scrollable data preview, per-column stats—counts, nulls, min/max, mean, distinct—row-group overview for Parquet, keyboard or mouse navigation, Arrow/Pandas/DuckDB back-end, gzip handling, pluggable format handlers and zero network requirements for local files.
parqv works best for data engineers, analysts, and anyone auditing Parquet dumps or logs who prefer staying in tmux or SSH sessions, need schema checks, spot anomalies and grab metrics without leaving the terminal.