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
In gbq.to_gbq allow the DataFrame column order to differ from schema
closes#11359
Author: Anthonios Partheniou <[email protected]>
Closes#14202 from parthea/gbq-verify-schema-less-scrict and squashes the following commits:
7e6a073 [Anthonios Partheniou] In gbq.to_gbq allow the DataFrame column order to differ from schema #11359
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.19.0.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -397,6 +397,7 @@ For ``MultiIndex``, values are dropped if any level is missing by default. Speci
397
397
Google BigQuery Enhancements
398
398
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
399
399
The :func:`pandas.io.gbq.read_gbq` method has gained the ``dialect`` argument to allow users to specify whether to use BigQuery's legacy SQL or BigQuery's standard SQL. See the :ref:`docs <io.bigquery_reader>` for more details (:issue:`13615`).
400
+
The :func:`pandas.io.gbq.to_gbq` method now allows the DataFrame column order to differ from the destination table schema (:issue:`11359`).
0 commit comments