# parq
A blazingly-fast terminal tool for exploring and analyzing Apache Parquet files: inspect schemas, view statistics, browse data, and dissect structures.
### Info

### Schema

### Stats

## Installation
```bash
cargo install parq
```
## Usage
```bash
parq path/to/parquet/file.parquet
```
## License
Apache License 2.0
## Contributing
Contributions welcome! Please open an issue or PR.