Skip to content

Commit 3289fd1

Browse files
committed
Add versionchanged to read_gbq dialect.
1 parent 0de8d22 commit 3289fd1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/io/gbq.py

+2
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ def read_gbq(query, project_id=None, index_col=None, col_order=None,
8080
compliant with the SQL 2011 standard. For more information
8181
see `BigQuery Standard SQL Reference
8282
<https://cloud.google.com/bigquery/docs/reference/standard-sql/>`__.
83+
84+
.. versionchanged:: 0.24.0
8385
location : str, optional
8486
Location where the query job should run. See the `BigQuery locations
8587
documentation

0 commit comments

Comments
 (0)