We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45c7821 commit 05ea886Copy full SHA for 05ea886
docs/source/changelog.rst
@@ -29,11 +29,14 @@ Internal changes
29
30
Enhancements
31
~~~~~~~~~~~~
32
+
33
- Allow ``table_schema`` in :func:`to_gbq` to contain only a subset of columns,
34
with the rest being populated using the DataFrame dtypes (:issue:`218`)
35
(contributed by @johnpaton)
36
- Read ``project_id`` in :func:`to_gbq` from provided ``credentials`` if
37
available (contributed by @daureg)
38
+- ``read_gbq`` uses the timezone-aware ``DatetimeTZDtype(unit='ns',
39
+ tz='UTC')`` dtype for BigQuery ``TIMESTAMP`` columns. (:issue:`269`)
40
41
.. _changelog-0.9.0:
42
0 commit comments