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
*`to_gbq` loads naive (no timezone) columns to BigQuery DATETIME instead of TIMESTAMP
9
+
*`to_gbq` loads object column containing bool values to BOOLEAN instead of STRING
10
+
*`to_gbq` loads object column containing dictionary values to STRUCT instead of STRING
11
+
*`to_gbq` loads `unit8` columns to BigQuery INT64 instead of STRING
12
+
13
+
### Bug Fixes
14
+
15
+
*`to_gbq` loads `unit8` columns to BigQuery INT64 instead of STRING ([107bb40](https://github.com/googleapis/python-bigquery-pandas/commit/107bb40218b531be1a4f646b8fb0cea5bdfd8aee))
16
+
*`to_gbq` loads naive (no timezone) columns to BigQuery DATETIME instead of TIMESTAMP ([107bb40](https://github.com/googleapis/python-bigquery-pandas/commit/107bb40218b531be1a4f646b8fb0cea5bdfd8aee))
17
+
*`to_gbq` loads object column containing bool values to BOOLEAN instead of STRING ([107bb40](https://github.com/googleapis/python-bigquery-pandas/commit/107bb40218b531be1a4f646b8fb0cea5bdfd8aee))
18
+
*`to_gbq` loads object column containing dictionary values to STRUCT instead of STRING ([107bb40](https://github.com/googleapis/python-bigquery-pandas/commit/107bb40218b531be1a4f646b8fb0cea5bdfd8aee))
19
+
20
+
21
+
### Dependencies
22
+
23
+
* Min pyarrow is now 4.0.0 to support compliant nested types ([107bb40](https://github.com/googleapis/python-bigquery-pandas/commit/107bb40218b531be1a4f646b8fb0cea5bdfd8aee))
0 commit comments