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.20.0.txt
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -360,6 +360,15 @@ New Behavior:
360
360
In [5]: df['a']['2011-12-31 23:59:59']
361
361
Out[5]: 1
362
362
363
+
.. _whatsnew_0200.api_breaking.gbq:
364
+
365
+
Pandas Google BigQuery support has moved
366
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
367
+
368
+
pandas has split off Google BigQuery support into a separate package ``pandas-gbq``. You can ``pip install pandas-gbq`` to get it.
369
+
The functionaility of ``pd.read_gbq()`` and ``.to_gbq()`` remains the same with the currently released version of ``pandas-gbq=0.1.2``. (:issue:`15347`)
370
+
Documentation is now hosted `here <https://pandas-gbq.readthedocs.io/>`__
0 commit comments