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

[Feature request] Add support for .gz read/write #16

Open
gitboy16 opened this issue Jun 20, 2023 · 1 comment
Open

[Feature request] Add support for .gz read/write #16

gitboy16 opened this issue Jun 20, 2023 · 1 comment
Labels
enhancement New feature or request question Further information is requested

Comments

@gitboy16
Copy link

Hi,
It is in the title.
I was wondering if it is possible to add support for compressed .gz .zip file? (Like data.table or CSV.jl)
Thank you

@sl-solution sl-solution added enhancement New feature or request question Further information is requested labels Jun 20, 2023
@sl-solution
Copy link
Owner

The easy way would be un compressing the file in a temporary location and read it from there, and the harder way would be reading the file on the fly. The former one should be fast, and the latter one is more space-efficient.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants