File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,8 @@ pip install pandas
114
114
- xlrd >= 0.9.0
115
115
- [ XlsxWriter] ( https://pypi.python.org/pypi/XlsxWriter )
116
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 `
117
+ - [ Google bq Command Line Tool] ( https://developers.google.com/bigquery/bq-command-line-tool/ )
118
+ - Needed for ` pandas.io.gbq `
118
119
- [ boto] ( https://pypi.python.org/pypi/boto ) : necessary for Amazon S3 access.
119
120
- One of the following combinations of libraries is needed to use the
120
121
top-level [ ` pandas.read_html ` ] [ read-html-docs ] function:
Original file line number Diff line number Diff line change @@ -114,7 +114,8 @@ 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/ >`__
118
+ * Needed for :mod: `~pandas.io.gbq `
118
119
* One of the following combinations of libraries is needed to use the
119
120
top-level :func: `~pandas.io.html.read_html ` function:
120
121
You can’t perform that action at this time.
0 commit comments