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
ENH: Add ability to create datasets using the gbq module pandas-dev#11121
CLN: Make new API objects in the gbq module private and remove from documentation pandas-dev#11121
BUG: Handle GBQ datasets being empty and fix test_list_table test pandas-dev#11121
CLN: Deprecated generate_bq_schema in gbq module in favor of generate_schema pandas-dev#11121
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.17.0.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -328,8 +328,8 @@ has been changed to make this keyword unnecessary - the change is shown below.
328
328
Google BigQuery Enhancements
329
329
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
330
330
- Added ability to automatically create a table using the :func:`pandas.io.gbq.to_gbq` function if destination table does not exist. (:issue:`8325`).
331
+
- Added ability to automatically create a dataset using the :func:`pandas.io.gbq.to_gbq` function if destination dataset does not exist. (:issue:`11121`).
331
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`).
332
-
- Added the following functions to the gbq module: :func:`pandas.io.gbq.table_exists`, :func:`pandas.io.gbq.create_table`, and :func:`pandas.io.gbq.delete_table`. 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``.
0 commit comments