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
+5-3
Original file line number
Diff line number
Diff line change
@@ -267,9 +267,11 @@ Optional Dependencies
267
267
<http://www.vergenet.net/~conrad/software/xsel/>`__, or `xclip
268
268
<http://sourceforge.net/projects/xclip/>`__: necessary to use
269
269
:func:`~pandas.io.clipboard.read_clipboard`. Most package managers on Linux distributions will have ``xclip`` and/or ``xsel`` immediately available for installation.
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.18.0.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -511,7 +511,7 @@ Other enhancements
511
511
- Added ``DataFrame.style.format`` for more flexible formatting of cell values (:issue:`11692`)
512
512
- ``DataFrame.select_dtypes`` now allows the ``np.float16`` typecode (:issue:`11990`)
513
513
- ``pivot_table()`` now accepts most iterables for the ``values`` parameter (:issue:`12017`)
514
-
- Added Google ``BigQuery`` service account authentication support, which enables authentication on remote servers. (:issue:`11881`). For further details see :ref:`here <io.bigquery_authentication>`
514
+
- Added Google ``BigQuery`` service account authentication support, which enables authentication on remote servers. (:issue:`11881`, :issue:`12572`). For further details see :ref:`here <io.bigquery_authentication>`
515
515
- ``HDFStore`` is now iterable: ``for k in store`` is equivalent to ``for k in store.keys()`` (:issue:`12221`).
516
516
- Add missing methods/fields to ``.dt`` for ``Period`` (:issue:`8848`)
517
517
- The entire codebase has been ``PEP``-ified (:issue:`12096`)
0 commit comments