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 b6c4a08 commit ef68778Copy full SHA for ef68778
1 file changed
packages/pandas-gbq/README.rst
@@ -45,8 +45,8 @@ Perform a query
45
46
import pandas_gbq
47
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)
+ # If running in your local environment or Colab, use the code below and specify your GCP project ID
+ # result_dataframe = pandas_gbq.read_gbq("SELECT * FROM bigquery-public-data.usa_names.usa_1910_2013 LIMIT 10", project_id="your-project-id")
50
51
result_dataframe = pandas_gbq.read_gbq("SELECT column FROM dataset.table WHERE value = 'something'")
52
0 commit comments