We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c8c85c commit b056fffCopy full SHA for b056fff
TROUBLESHOOTING.md
@@ -24,7 +24,7 @@ to_dataframe_logger = logging.getLogger("google.cloud.bigquery._pandas_helpers")
24
to_dataframe_logger.setLevel(logging.DEBUG)
25
to_dataframe_logger.addHandler(handler)
26
27
-# Example code that touches
+# Example code that touches the BQ Storage Read API.
28
bqclient = google.cloud.bigquery.Client()
29
results = bqclient.query_and_wait("SELECT * FROM `bigquery-public-data.usa_names.usa_1910_2013`")
30
print(results.to_dataframe().head())
0 commit comments