File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -106,10 +106,15 @@ pip install pandas
106
106
- [ matplotlib] ( http://matplotlib.sourceforge.net/ ) : for plotting
107
107
- [ statsmodels] ( http://statsmodels.sourceforge.net/ )
108
108
- 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 `
113
118
- [ boto] ( https://pypi.python.org/pypi/boto ) : necessary for Amazon S3 access.
114
119
- One of the following combinations of libraries is needed to use the
115
120
top-level [ ` pandas.read_html ` ] [ read-html-docs ] function:
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ Optional Dependencies
114
114
:func: `~pandas.io.clipboard.read_clipboard `. Most package managers on Linux
115
115
distributions will have xclip and/or xsel immediately available for
116
116
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 `
118
118
* One of the following combinations of libraries is needed to use the
119
119
top-level :func: `~pandas.io.html.read_html ` function:
120
120
You can’t perform that action at this time.
0 commit comments