-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
DOC: Accessing files from a S3 bucket. #23639
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
Add some documetnation about accessing files from a remote S3 bucket in pandas. pandas-dev#12206
Codecov Report
@@ Coverage Diff @@
## master #23639 +/- ##
==========================================
- Coverage 92.24% 92.24% -0.01%
==========================================
Files 161 161
Lines 51326 51314 -12
==========================================
- Hits 47347 47335 -12
Misses 3979 3979
Continue to review full report at Codecov.
|
doc/source/cookbook.rst
Outdated
Load a file from S3 | ||
------------------- | ||
|
||
Pandas support loading files from a S3 bucket for remote file interactivity. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NIT: But I think this should read 'Pandas supports loading files'
This looks good to me - CC. @jreback and @datapythonista |
We already have this: https://pandas.pydata.org/pandas-docs/stable/io.html#reading-remote-files I'd expand that section if there is anything missing, I wouldn't expect many people to look in the cookbook for S3 options having a page specific for IO operations. Does it make sense? |
@datapythonista I've expanded the the section in io and remove it from cookbook. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for updating @myles. That looks good to me, but I don't know much about S3, so will let other people review.
thanks! |
Add some documentation about accessing files from a remote S3 bucket in pandas.
git diff upstream/master -u -- "*.py" | flake8 --diff