-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
ENH: Support reading from S3 #3504
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
Conversation
IMO this doesn't belong in pandas (neither are other API storage services), |
Thanks and I understand your point. Retrieving files from S3 offers a powerful io experience in pandas given the way people use S3 for logs and other historical record and pandas' handling of compressed files. Perhaps this would be better as its own IO tool similar to the sql wrappers. It would aid the user in retrieving from and setting to S3. Feel free to close this or move the discussion to a better resource (mailing list, issue tracker). |
This has me really stumped for some reason. But I guess I should err on the side of "it's useful", Please add a note in RELEASE.rst, and mention boto as an optional dependency in README.md |
That's the spirit all! |
@y-p Thank you. Everything should be up to date. |
@pjob , can you please add a blurb to io.rst in the docs? |
@y-p sure. |
Thanks. |
Tests not written. Will need a way to mock boto.