▲ | apetrov 3 days ago | |||||||
not sure why it should be specific to parquet file. a thin UI wrapper around duckdb could do the trick but for majority of formats (pq, csv, json, sqlite, iceberg, deltalake) | ||||||||
▲ | AnonymousPlanet 3 days ago | parent | next [-] | |||||||
Depending on the filetype, you might be better off with a dedicated table tool like VisiData https://www.visidata.org/docs/formats/ | ||||||||
▲ | sanspareilsmyn 3 days ago | parent | prev | next [-] | |||||||
Thanks for your idea. I first thought that simply viewing data might not be useful as many IDEs already handle basic data previews. One of core goals was to access stored metadata directly from the file without necessarily scanning the data. Your idea of potentially mixing current implementation (using pyarrow) with DuckDB is very interesting:) | ||||||||
| ||||||||
▲ | dammaj 3 days ago | parent | prev [-] | |||||||
I upvote this suggestion and add pickle and hd5 to the list. | ||||||||
|