Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4,442 changes: 2,245 additions & 2,197 deletions notebooks/dataframes/dataframe.ipynb

Large diffs are not rendered by default.

152 changes: 88 additions & 64 deletions notebooks/generative_ai/bq_dataframes_llm_code_generation.ipynb

Large diffs are not rendered by default.

462 changes: 236 additions & 226 deletions notebooks/generative_ai/bq_dataframes_llm_kmeans.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,14 @@
},
"outputs": [],
"source": [
"# Note: The project option is not required in all environments.\n",
"# On BigQuery Studio, the project ID is automatically detected.\n",
"bpd.options.bigquery.project = PROJECT_ID\n",
"\n",
"# Note: The location option is not required.\n",
"# It defaults to the location of the first table or query\n",
"# passed to read_gbq(). For APIs where a location can't be\n",
"# auto-detected, the location defaults to the \"US\" location.\n",
"bpd.options.bigquery.location = LOCATION"
]
},
Expand Down
906 changes: 858 additions & 48 deletions notebooks/getting_started/getting_started_bq_dataframes.ipynb

Large diffs are not rendered by default.

Loading