LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

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 or NDJSON file
$ parqv [path/to/file.json]
copy
View a TSV file
$ parqv [path/to/file.tsv]
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 (path, format, size, total rows, column count), an interactive schema view showing column names, data types, and nullability, a scrollable data preview that preserves data types, per-column statistics (counts, min/max, mean, stddev, distinct counts), 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)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid