This application allows you to execute SQL queries on Parquet files. Uses DuckDB Python implementation
- Load Parquet files
- Execute SQL queries on the file
- Filter results
- Export results to CSV or Excel
- Syntax highlighting for SQL
- Minimalistic design
- Click 'Browse' to select a Parquet file.
- Write your SQL query in the provided text area.
- Click 'Execute' to run the query and see results.
- Use the 'Filter' button to apply filters to the results.
- Export results using the 'Export' option in the 'File' menu.
- Adjust the SQL editor size by dragging the splitter.
- Which SQL Queries are supported?
- Basically it supports data transformation, non join queries. Look here
Yes, it has. Please open an issue and lets solve this