Examples (8)
Display the content of a Parquet file
parquet-tools cat path/to/parquetDisplay the first few lines of a Parquet file
parquet-tools head path/to/parquetPrint the schema of a Parquet file
parquet-tools schema path/to/parquetPrint the metadata of a Parquet file
parquet-tools meta path/to/parquetPrint the content and metadata of a Parquet file
parquet-tools dump path/to/parquetConcatenate several Parquet files into the target one
parquet-tools merge path/to/parquet1 path/to/parquet2 path/to/target_parquetPrint the count of rows in a Parquet file
parquet-tools rowcount path/to/parquetPrint the column and offset indexes of a Parquet file
parquet-tools column-index path/to/parquetmade by @shridhargupta | data from tldr-pages