Skip to content

Commit

Permalink
Add versionchanged to read_gbq dialect.
Browse files Browse the repository at this point in the history
  • Loading branch information
tswast committed Sep 17, 2018
1 parent 0de8d22 commit 3289fd1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pandas/io/gbq.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ def read_gbq(query, project_id=None, index_col=None, col_order=None,
compliant with the SQL 2011 standard. For more information
see `BigQuery Standard SQL Reference
<https://cloud.google.com/bigquery/docs/reference/standard-sql/>`__.
.. versionchanged:: 0.24.0
location : str, optional
Location where the query job should run. See the `BigQuery locations
documentation
Expand Down

0 comments on commit 3289fd1

Please sign in to comment.