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 cae94f9 commit fc423c8Copy full SHA for fc423c8
1 file changed
packages/bigframes/docs/index.rst
@@ -43,6 +43,10 @@ The following example demonstrates how to perform a distributed aggregation on a
43
44
import bigframes.pandas as bpd
45
46
+ # If running in your local environment or Colab, uncomment these lines and add your GCP project ID
47
+ # PROJECT_ID = "bigframes-dev"
48
+ # bpd.options.bigquery.project = PROJECT_ID
49
+
50
# Initialize BigFrames and load a public dataset
51
df = bpd.read_gbq("bigquery-public-data.usa_names.usa_1910_2013")
52
0 commit comments