LinuxCommandLibrary

parqv

Interactive TUI for visualizing and analyzing Parquet and tabular files

TLDR

View a Parquet file
$ parqv [path/to/file.parquet]
copy
View a CSV file
$ parqv [path/to/file.csv]
copy
View a JSON file
$ parqv [path/to/file.json]
copy

SYNOPSIS

parqv [options] file

DESCRIPTION

parqv is an interactive Python TUI for visualizing and analyzing files in multiple formats including Parquet, JSON, NDJSON, CSV, and TSV. It provides a metadata panel with file information, an interactive schema view showing column names, data types, and nullability, a scrollable data preview, per-column statistics, and Parquet-specific row group details.

CAVEATS

Requires Python 3.10 or higher.

HISTORY

parqv was created by sanspareilsmyn and is written in Python.

SEE ALSO

parqeye(1), csvlens(1), visidata(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard