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.17.0.txt
+1
Original file line number
Diff line number
Diff line change
@@ -332,6 +332,7 @@ Google BigQuery Enhancements
332
332
- Added ability to replace an existing table and schema when calling the :func:`pandas.io.gbq.to_gbq` function via the ``if_exists`` argument. See the :ref:`docs <io.bigquery>` for more details (:issue:`8325`).
333
333
- ``InvalidColumnOrder`` and ``InvalidPageToken`` in the gbq module will raise ``ValueError`` instead of ``IOError``.
334
334
- The ``generate_bq_schema()`` function is now deprecated and will be removed in a future version (:issue:`11121`)
335
+
- Update the gbq module to support Python 3 (:issue:`11094`).
0 commit comments