parq 0.1.1

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

### Info
![Info](https://github.com/user-attachments/assets/d47c8dd0-d81c-4b8d-bc33-a044d725435d)

### Schema
![Schema](https://github.com/user-attachments/assets/4bebfc98-da94-4d7c-99fa-cf16fab8ca1c)

### Stats
![Stats](https://github.com/user-attachments/assets/6447b228-3499-47ae-bd10-3625ef7754a5)

## 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.