Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.21 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.21 KB

PQViewer

PyPI
PyPI - Python Version

View Apache Parquet Files In Your Terminal

PQViewer

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