Skip to content

Commit 55f8737

Browse files
committed
DOC: update readme.md for bq/excel deps
1 parent 7db6b7f commit 55f8737

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,15 @@ pip install pandas
106106
- [matplotlib](http://matplotlib.sourceforge.net/): for plotting
107107
- [statsmodels](http://statsmodels.sourceforge.net/)
108108
- Needed for parts of `pandas.stats`
109-
- [openpyxl](http://packages.python.org/openpyxl/), [xlrd/xlwt](http://www.python-excel.org/)
110-
- openpyxl version 1.6.1 or higher, for writing .xlsx files
111-
- xlrd >= 0.9.0
112-
- Needed for Excel I/O
109+
- For Excel I/O:
110+
- [xlrd/xlwt](http://www.python-excel.org/)
111+
- Excel reading (xlrd) and writing (xlwt)
112+
- [openpyxl](http://packages.python.org/openpyxl/)
113+
- openpyxl version 1.6.1 or higher, for writing .xlsx files
114+
- xlrd >= 0.9.0
115+
- [XlsxWriter](https://pypi.python.org/pypi/XlsxWriter)
116+
- Alternative Excel writer.
117+
- [Google bq Command Line Tool](https://developers.google.com/bigquery/bq-command-line-tool/): Needed for :mod:`pandas.io.gbq`
113118
- [boto](https://pypi.python.org/pypi/boto): necessary for Amazon S3 access.
114119
- One of the following combinations of libraries is needed to use the
115120
top-level [`pandas.read_html`][read-html-docs] function:

doc/source/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Optional Dependencies
114114
:func:`~pandas.io.clipboard.read_clipboard`. Most package managers on Linux
115115
distributions will have xclip and/or xsel immediately available for
116116
installation.
117-
* `Google bq Command Line Tool <https://developers.google.com/bigquery/bq-command-line-tool/>`__: Needed for :mod:`pandas.io.gbq`
117+
* `Google bq Command Line Tool <https://developers.google.com/bigquery/bq-command-line-tool/>`__: Needed for :mod:`pandas.io.gbq`
118118
* One of the following combinations of libraries is needed to use the
119119
top-level :func:`~pandas.io.html.read_html` function:
120120

0 commit comments

Comments
 (0)