We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de8d22 commit 3289fd1Copy full SHA for 3289fd1
pandas/io/gbq.py
@@ -80,6 +80,8 @@ def read_gbq(query, project_id=None, index_col=None, col_order=None,
80
compliant with the SQL 2011 standard. For more information
81
see `BigQuery Standard SQL Reference
82
<https://cloud.google.com/bigquery/docs/reference/standard-sql/>`__.
83
+
84
+ .. versionchanged:: 0.24.0
85
location : str, optional
86
Location where the query job should run. See the `BigQuery locations
87
documentation
0 commit comments