Skip to content

Commit fc423c8

Browse files
authored
docs: make landing page quickstart runnable (#17687)
docs: make landing page quickstart runnable Fixes #<522955836> 🦕
1 parent cae94f9 commit fc423c8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

packages/bigframes/docs/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ The following example demonstrates how to perform a distributed aggregation on a
4343
4444
import bigframes.pandas as bpd
4545
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+
4650
# Initialize BigFrames and load a public dataset
4751
df = bpd.read_gbq("bigquery-public-data.usa_names.usa_1910_2013")
4852

0 commit comments

Comments
 (0)