This repository was archived by the owner on Apr 1, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 9494 },
9595 {
9696 "cell_type" : " code" ,
97- "execution_count" : 2 ,
97+ "execution_count" : null ,
9898 "metadata" : {
9999 "id" : " 6nqoRHYbPAx3"
100100 },
101101 "outputs" : [],
102102 "source" : [
103103 " import bigframes.pandas as bpd\n " ,
104104 " \n " ,
105- " MY_RPOJECT_ID = ' bigframes-dev' \n " ,
105+ " MY_RPOJECT_ID = \" bigframes-dev\" # @param {type: \" string \" } \n " ,
106106 " \n " ,
107107 " bpd.options.bigquery.project = MY_RPOJECT_ID"
108108 ]
127127 },
128128 {
129129 "cell_type" : " code" ,
130- "execution_count" : 3 ,
130+ "execution_count" : null ,
131131 "metadata" : {
132132 "colab" : {
133133 "base_uri" : " https://localhost:8080/" ,
246246 }
247247 ],
248248 "source" : [
249- " MY_CONNECTION = 'bigframes-default-connection' # Replace with your own connection name.\n " ,
249+ " # Replace with your own connection name.\n " ,
250+ " MY_CONNECTION = 'bigframes-default-connection' # @param {type:\" string\" }\n " ,
250251 " \n " ,
251252 " movies = bpd.from_glob_path(\n " ,
252253 " \" gs://cloud-samples-data/vertex-ai/dataset-management/datasets/classic-movie-posters/*\" ,\n " ,
You can’t perform that action at this time.
0 commit comments