You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/install.rst
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -286,7 +286,9 @@ Optional Dependencies
286
286
`xsel <http://www.vergenet.net/~conrad/software/xsel/>`__, or
287
287
`xclip <https://github.com/astrand/xclip/>`__: necessary to use
288
288
:func:`~pandas.read_clipboard`. Most package managers on Linux distributions will have ``xclip`` and/or ``xsel`` immediately available for installation.
289
-
* `pandas-gbq <https://pandas-gbq.readthedocs.io/en/latest/install.html#dependencies>`__: for Google BigQuery I/O.
* `Backports.lzma <https://pypi.org/project/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.
- New method :meth:`HDFStore.walk` will recursively walk the group hierarchy of an HDF5 file (:issue:`10932`)
267
270
- :func:`read_html` copies cell data across ``colspan`` and ``rowspan``, and it treats all-``th`` table rows as headers if ``header`` kwarg is not given and there is no ``thead`` (:issue:`17054`)
268
271
- :meth:`Series.nlargest`, :meth:`Series.nsmallest`, :meth:`DataFrame.nlargest`, and :meth:`DataFrame.nsmallest` now accept the value ``"all"`` for the ``keep`` argument. This keeps all ties for the nth largest/smallest value (:issue:`16818`)
@@ -313,17 +316,19 @@ If installed, we now require:
313
316
+-----------------+-----------------+----------+
314
317
| bottleneck | 1.2.0 ||
315
318
+-----------------+-----------------+----------+
319
+
| fastparquet | 0.1.2 ||
320
+
+-----------------+-----------------+----------+
316
321
| matplotlib | 2.0.0 ||
317
322
+-----------------+-----------------+----------+
318
323
| numexpr | 2.6.1 ||
319
324
+-----------------+-----------------+----------+
320
-
| pytables | 3.4.2 ||
321
-
+-----------------+-----------------+----------+
322
-
| scipy | 0.18.1 ||
325
+
| pandas-gbq | 0.8.0 ||
323
326
+-----------------+-----------------+----------+
324
327
| pyarrow | 0.7.0 ||
325
328
+-----------------+-----------------+----------+
326
-
| fastparquet | 0.1.2 ||
329
+
| pytables | 3.4.2 ||
330
+
+-----------------+-----------------+----------+
331
+
| scipy | 0.18.1 ||
327
332
+-----------------+-----------------+----------+
328
333
329
334
Additionally we no longer depend on `feather-format` for feather based storage
0 commit comments