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

read_csv: support for compressed .zip files #19447

Open
raayu83 opened this issue Oct 25, 2024 · 0 comments
Open

read_csv: support for compressed .zip files #19447

raayu83 opened this issue Oct 25, 2024 · 0 comments
Labels
enhancement New feature or an improvement of an existing feature

Comments

@raayu83
Copy link

raayu83 commented Oct 25, 2024

Description

It seems read_csv does not yet support reading directly from .zip files.

It would be great if passing a zip file Path would try reading all files in the .zip into a df.
This is a pretty common usecase when dealing with reporting APIs.

Additionally, it would be great if there was a way to only read a single file in the zip. E.g. by passing a ZipFile Path, though I'd personally prefer an option to pass the filename directly without using ZipFile.

@raayu83 raayu83 added the enhancement New feature or an improvement of an existing feature label Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or an improvement of an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant