|
|
|
|
|
by jasonjmcghee
220 days ago
|
|
Yours looks much better for your use case, but fwiw you can do it in a single command with duckdb too (but not interactive etc.): duckdb -c "from 'foo.parquet'"
but maybe still useful for other formats or multi-file or remote situations |
|
https://github.com/llimllib/personal_code/blob/c1a74b1b9527f...