Skip to content

qsib-cbie/pqcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

pqcat

This is a simple utility to print a summary of the contents of a parquet file.

Installation

cargo install pqcat

Usage

pqcat <file>

Example

username@hostname some_dir % pqcat accelerometer.parquet
shape: (9_720_794, 4)
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”
β”‚ t                          ┆ x     ┆ y     ┆ z    β”‚
β”‚ ---                        ┆ ---   ┆ ---   ┆ ---  β”‚
β”‚ datetime[ΞΌs]               ┆ i32   ┆ i32   ┆ i32  β”‚
β•žβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•ͺ═══════β•ͺ═══════β•ͺ══════║
β”‚ 2023-06-15 20:35:23.734994 ┆ 1713  ┆ 215   ┆ 5783 β”‚
β”‚ 2023-06-15 20:35:23.735290 ┆ 1713  ┆ 215   ┆ 7763 β”‚
β”‚ 2023-06-15 20:35:23.735586 ┆ 1713  ┆ 215   ┆ 7673 β”‚
β”‚ 2023-06-15 20:35:23.735882 ┆ 1713  ┆ 215   ┆ 7762 β”‚
β”‚ 2023-06-15 20:35:23.736178 ┆ 1713  ┆ 215   ┆ 7673 β”‚
β”‚ …                          ┆ …     ┆ …     ┆ …    β”‚
β”‚ 2023-06-15 21:23:40.543990 ┆ -1126 ┆ -4599 ┆ 6770 β”‚
β”‚ 2023-06-15 21:23:40.544286 ┆ -1126 ┆ -4599 ┆ 6758 β”‚
β”‚ 2023-06-15 21:23:40.544582 ┆ -1126 ┆ -4599 ┆ 6756 β”‚
β”‚ 2023-06-15 21:23:40.544878 ┆ -1126 ┆ -4599 ┆ 6747 β”‚
β”‚ 2023-06-15 21:23:40.545174 ┆ -1126 ┆ -4599 ┆ 6741 β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”˜

About

Simple CLI for contents of a Parquet file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages