Skip to content

Commit

Permalink
Correcting methods
Browse files Browse the repository at this point in the history
  • Loading branch information
DevStephanie committed Jan 25, 2024
1 parent a5890fa commit e351b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/geography/to_geodataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ def get_austin_service_requests_as_geography() -> "pandas.DataFrame":
LIMIT 10
"""

df = client.query(sql).to_geodataframe()
df = client.query_and_wait(sql).to_geodataframe()
# [END bigquery_query_results_geodataframe]
return df

0 comments on commit e351b8d

Please sign in to comment.