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

Allow loading of archived data as DataFrame (gzip, zip, lzma etc.) #20

Open
nl253 opened this issue Nov 27, 2019 · 0 comments
Open

Allow loading of archived data as DataFrame (gzip, zip, lzma etc.) #20

nl253 opened this issue Nov 27, 2019 · 0 comments
Labels
feature New stuff (code)
Projects

Comments

@nl253
Copy link
Owner

nl253 commented Nov 27, 2019

The constructor should accept filenames with the .zip, .gzip and .lzma and .7z extensions.

When the filename is passed to the constructor, the library should attempt to look for an existing (already un-archived) file and if it's not present, unarchive and place it in the same directory as the archive only without the archive extension. If it is present, then it's read as usual.

@nl253 nl253 added the enhancement Improvement to existing stuff label Nov 27, 2019
@nl253 nl253 added this to To do in Features Nov 27, 2019
@nl253 nl253 added feature New stuff (code) and removed enhancement Improvement to existing stuff labels Nov 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New stuff (code)
Projects
Features
  
To do
Development

No branches or pull requests

1 participant