Show HN: Parqv – Interactive TUI Parquet Visualizer
a year ago
- #TUI
- #Python
- #Parquet
- parqv is a Python-based interactive TUI tool for exploring Parquet files in the terminal.
- Provides a unified interface for metadata, schema, data preview, column statistics, and row group details.
- Interactive exploration with keyboard and mouse navigation, scrollable views, and expandable schema.
- Enhanced analysis with rich display, quick stats, and row group deep dive.
- Features include metadata panel, schema explorer, data table viewer, and row group inspector.
- Prerequisites: Python 3.10+ and pip.
- Install via pip: `pip install parqv`.
- Run with `parqv /path/to/your/data.parquet`.
- Navigation keys include arrows, Tab, Enter, and view switching keys (m, s, d, t, g).
- Licensed under Apache License, Version 2.0.