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/whatsnew/v0.24.0.txt
+3-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,9 @@ Other Enhancements
20
20
- :meth:`Index.droplevel` is now implemented also for flat indexes, for compatibility with :class:`MultiIndex` (:issue:`21115`)
21
21
- Added support for reading from Google Cloud Storage via the ``gcsfs`` library (:issue:`19454`)
22
22
- :func:`to_gbq` and :func:`read_gbq` signature and documentation updated to
23
-
reflect changes from the `Pandas-GBQ library version 0.5.0 <https://pandas-gbq.readthedocs.io/en/latest/changelog.html#changelog-0.5.0>`__. (:issue:`21627`)
23
+
reflect changes from the `Pandas-GBQ library version 0.5.0
0 commit comments