#parquet #reading #display #csv #json #command

app pq-utils

A utility tool for reading parquet files

5 unstable releases

new 0.3.1 Feb 23, 2025
0.3.0 Feb 23, 2025
0.2.1 Feb 23, 2025
0.2.0 Feb 23, 2025
0.1.0 Feb 22, 2025

#344 in Encoding

Download history

105 downloads per month

MIT/Apache

12KB
181 lines

A utility tool for reading parquet files

Usage: pq-utils [COMMAND]

Commands:
  cat   Display the contents of a file
  head  Display the first n rows of a file
  help  Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version

The output format can be specified using -f or --format. Supported formats are:

  • csv (default)
  • json

Dependencies

~21–29MB
~580K SLoC