Skip to content

Commit e938386

Browse files
author
Patrick O'Brien
committed
Update README and RELEASE for new S3 support
1 parent d16c631 commit e938386

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ Optional dependencies
9090
* openpyxl version 1.6.1 or higher, for writing .xlsx files
9191
* xlrd >= 0.9.0
9292
* Needed for Excel I/O
93+
* `boto <https://pypi.python.org/pypi/boto>`__: necessary for Amazon S3 access.
9394

9495

9596
Installation from sources

RELEASE.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ pandas 0.11.1
3232

3333
- pd.read_html() can now parse HTML string, files or urls and return dataframes
3434
courtesy of @cpcloud. (GH3477_)
35+
- Support for reading Amazon S3 files. (GH3504_)
3536

3637
**Improvements to existing features**
3738

0 commit comments

Comments
 (0)