Skip to content

Commit ef68778

Browse files
Update packages/pandas-gbq/README.rst
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent b6c4a08 commit ef68778

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/pandas-gbq/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ Perform a query
4545
4646
import pandas_gbq
4747
48-
# If running in your local environment or Colab, use the code below and specify the GCP project ID "PROJECT_ID"
49-
# result_dataframe = pandas_gbq.read_gbq("SELECT * FROM bigquery-public-data.usa_names.usa_1910_2013 LIMIT 10", project_id=PROJECT_ID)
48+
# If running in your local environment or Colab, use the code below and specify your GCP project ID
49+
# result_dataframe = pandas_gbq.read_gbq("SELECT * FROM bigquery-public-data.usa_names.usa_1910_2013 LIMIT 10", project_id="your-project-id")
5050
5151
result_dataframe = pandas_gbq.read_gbq("SELECT column FROM dataset.table WHERE value = 'something'")
5252

0 commit comments

Comments
 (0)