We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d16c631 commit e938386Copy full SHA for e938386
README.rst
@@ -90,6 +90,7 @@ Optional dependencies
90
* openpyxl version 1.6.1 or higher, for writing .xlsx files
91
* xlrd >= 0.9.0
92
* Needed for Excel I/O
93
+ * `boto <https://pypi.python.org/pypi/boto>`__: necessary for Amazon S3 access.
94
95
96
Installation from sources
RELEASE.rst
@@ -32,6 +32,7 @@ pandas 0.11.1
32
33
- pd.read_html() can now parse HTML string, files or urls and return dataframes
34
courtesy of @cpcloud. (GH3477_)
35
+ - Support for reading Amazon S3 files. (GH3504_)
36
37
**Improvements to existing features**
38
0 commit comments