A desktop GUI application for viewing Parquet files, built with Rust using egui and Polars.

- Multi-file Support: Load single or multiple partitioned Parquet files
- Infinite Scrolling: Efficiently handle large datasets thanks to Polars
LazyFrame - Native Performance: Built with Rust for fast data processing and rendering
- Cross-Platform: Runs on Windows, macOS, and Linux
- Sorting: Sorting a single column by clicking on the column header
- Filtering: Supports
equalsandcontains - Full-text Search: TODO
This is still a work in progress, so no pre-built binaries are available yet. You can build the application from source.
cargo build --releaseNo. Tablr is focused on Parquet files only. The rationale is that other formats like CSV or JSON can be easily read with a text editor.
No. Tablr is designed as a desktop application for performance and security reasons.