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.25.0.rst
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -191,6 +191,8 @@ Optional libraries below the lowest tested version may still work, but are not c
191
191
+-----------------+-----------------+
192
192
| openpyxl | 2.4.0 |
193
193
+-----------------+-----------------+
194
+
| pandas-gbq | 0.10.0 |
195
+
+-----------------+-----------------+
194
196
| pyarrow | 0.9.0 |
195
197
+-----------------+-----------------+
196
198
| pytables | 3.4.2 |
@@ -364,6 +366,7 @@ I/O
364
366
- Improved the explanation for the failure when value labels are repeated in Stata dta files and suggested work-arounds (:issue:`25772`)
365
367
- Improved :meth:`pandas.read_stata` and :class:`pandas.io.stata.StataReader` to read incorrectly formatted 118 format files saved by Stata (:issue:`25960`)
366
368
- Fixed bug in loading objects from S3 that contain ``#`` characters in the URL (:issue:`25945`)
369
+
- Updated :func:`read_gbq` to version 0.10.0 of the ``pandas-gbq`` library. Adds ``use_bqstorage_api`` parameter to speed up downloads of large data frames.
0 commit comments