PQViewer
March 2, 2024 · View on GitHub
View Apache Parquet Files In Your Terminal

Installing PQViewer
After installing Python 3.8 or above, install PQViewer using pip with:
pip install pqviewer
Using PQViewer with local parquet files
From any shell run the command pqviewer and provide the exact path to the file
pqviewer "path/to/file.parquet"
Navigation
← → ↑ ↓ Move around the table
PgUp PgDn Scroll up or down
T Change Theme
Tab Switch focus
Ctrl + C Quit
Contributions
Any contributions, features and improvements are welcome. Please, open an issue so we can start discussion.
Acknowledgements
PQViewer is built using
Textual
Rich
PyArrow
License
MIT