pq-utils

Crates.iopq-utils
lib.rspq-utils
version0.5.0
created_at2025-02-22 18:05:13.906273+00
updated_at2025-07-12 18:56:54.956788+00
descriptionA utility tool for reading parquet files
homepagehttps://github.com/dsaxton/pq-utils
repository
max_upload_size
id1565625
size42,207
Daniel Saxton (dsaxton)

documentation

README

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 [default: 10]
  schema  Display the schema 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
Commit count: 0

cargo fmt