Skip to content

dsaxton/pq-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A utility tool for reading parquet files

Topics

Resources

Stars

Watchers

Forks

Languages