An open API service indexing awesome lists of open source software.

https://github.com/berrysoft/pqdump

A command line tool to dump the content of a Parquet file.
https://github.com/berrysoft/pqdump

Last synced: 9 months ago
JSON representation

A command line tool to dump the content of a Parquet file.

Awesome Lists containing this project

README

          

# pqdump
A simple program to dump Parquet files.

## Usage
```
Usage: pqdump [OPTIONS]

Arguments:

Options:
-b, --batch Batch size [default: 1024]
-n, --length Print the number of rows and exit
--num-row-groups Print the number of row groups and exit
-A, --only-types Print the datatypes only
--no-types Suppress printing the datatypes
--head Print the first rows
--tail Print the last rows
--columns Print the specified columns
--exclude Suppress the specified columns
-h, --help Print help
-V, --version Print version
```