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

Support reading ML datasets directly from zip #356

Open
mdekstrand opened this issue Feb 8, 2024 · 0 comments
Open

Support reading ML datasets directly from zip #356

mdekstrand opened this issue Feb 8, 2024 · 0 comments
Milestone

Comments

@mdekstrand
Copy link
Member

I don't think there's any real reason we need to unzip ML data sets in order to use them.

We can update the datasets module to support reading them directly from the zip file.

We'll need to do this by passing a file-like to pd.read_csv, but that is supported.

@mdekstrand mdekstrand added this to the 0.15.0 milestone Feb 8, 2024
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