Skip to content

Commit 82f4409

Browse files
committed
Add some documentation & formatting
1 parent b97a1be commit 82f4409

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/source/io.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4650,7 +4650,9 @@ destination DataFrame as well as a preferred column order as follows:
46504650
col_order=['col1', 'col2', 'col3'], projectid)
46514651
46524652
4653-
You can specify the query config as parameter
4653+
Starting with 0.20.0, you can specify the query config as parameter to use additional options of your job.
4654+
For more information about query configuration parameters see
4655+
`here <https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs#configuration.query>`__.
46544656

46554657
.. code-block:: python
46564658

pandas/io/gbq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ def read_gbq(query, project_id=None, index_col=None, col_order=None,
707707
config = {'query': {'useQueryCache': False}}
708708
709709
For more information see `BigQuery SQL Reference
710-
<https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs#configuration.query>`
710+
<https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs#configuration.query>`
711711
712712
.. versionadded:: 0.20.0
713713

0 commit comments

Comments
 (0)