A CLI for exploring parquet files.
parq
is a CLI for examining parquet files, written in Go. It has the following capabilities:
- schema: Shows a parquet file's column names and data types.
- show: Shows all rows of a parquet file.
- head: Shows the first n rows of a parquet file.
- tail: Shows the last n rows of a parquet file
- random: Shows the n random rows of a parquet file.
- convert: (TODO) Convert a parquet file to/from another format