Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Suggestion] Allow filepicker to select .csv.gz extension, as it is supported by DuckDB #224

Closed
MbayeNews opened this issue Jul 23, 2023 · 1 comment

Comments

@MbayeNews
Copy link

DuckDB, like Pandas, allows loading of gz compressed CSVs : SELECT * FROM 'myfile.csv.gz' works very well in DuckDB.

This is extremely practical for bigger CSVs, as decompressing them on-disk is not necessary (the decompressed version is often 5x to 10x bigger).

Could the file picker allow the selection of such compressed CSVs ?

@MbayeNews
Copy link
Author

For some reason it wasn't working as now it does!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant