Skip to content

Commit 0c33e58

Browse files
committed
Make pandas-gbq optional dependency consistent with others in the list.
1 parent dbd3469 commit 0c33e58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/install.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,8 @@ Optional Dependencies
259259
`xsel <http://www.vergenet.net/~conrad/software/xsel/>`__, or
260260
`xclip <https://github.com/astrand/xclip/>`__: necessary to use
261261
:func:`~pandas.read_clipboard`. Most package managers on Linux distributions will have ``xclip`` and/or ``xsel`` immediately available for installation.
262-
* For Google BigQuery I/O - see `here <https://pandas-gbq.readthedocs.io/en/latest/install.html#dependencies>`__
262+
* `pandas-gbq <https://pandas-gbq.readthedocs.io/en/latest/install.html#dependencies>`__: for Google BigQuery I/O.
263+
263264

264265
* `Backports.lzma <https://pypi.python.org/pypi/backports.lzma/>`__: Only for Python 2, for writing to and/or reading from an xz compressed DataFrame in CSV; Python 3 support is built into the standard library.
265266
* One of the following combinations of libraries is needed to use the

0 commit comments

Comments
 (0)