Skip to content

Commit 640be7a

Browse files
committed
Change whatnew 0.19.0->0.19.2
1 parent d69ed7f commit 640be7a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

doc/source/whatsnew/v0.19.0.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,6 @@ Google BigQuery Enhancements
379379

380380
- The :func:`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`).
381381
- The :func:`~DataFrame.to_gbq` method now allows the DataFrame column order to differ from the destination table schema (:issue:`11359`).
382-
- The :func:`read_gbq` method now allows query configuration preferences
383382

384383
.. _whatsnew_0190.errstate:
385384

doc/source/whatsnew/v0.19.2.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,10 @@ Bug Fixes
6565

6666

6767
- Explicit check in ``to_stata`` and ``StataWriter`` for out-of-range values when writing doubles (:issue:`14618`)
68+
69+
.. _whatsnew_0192.gbq:
70+
71+
Google BigQuery Enhancements
72+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
73+
74+
- The :func:`read_gbq` method now allows query configuration preferences

pandas/io/gbq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ def read_gbq(query, project_id=None, index_col=None, col_order=None,
691691
For more information see `BigQuery SQL Reference
692692
<https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs#configuration.query>`
693693
694-
.. versionadded:: 0.19.0
694+
.. versionadded:: 0.19.2
695695
696696
Returns
697697
-------

0 commit comments

Comments
 (0)