You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: notebooks/dataframes/anywidget_mode.ipynb
+13-5Lines changed: 13 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@
142
142
{
143
143
"data": {
144
144
"application/vnd.jupyter.widget-view+json": {
145
-
"model_id": "1d718cdbafcb42898120637cdb3fa267",
145
+
"model_id": "93dd10072d564a02a0278817d14855a9",
146
146
"version_major": 2,
147
147
"version_minor": 0
148
148
},
@@ -205,7 +205,7 @@
205
205
{
206
206
"data": {
207
207
"application/vnd.jupyter.widget-view+json": {
208
-
"model_id": "519297c3ad19403aa844cbeabcd5eb44",
208
+
"model_id": "6e2538d446e344ac8505e4706730243e",
209
209
"version_major": 2,
210
210
"version_minor": 0
211
211
},
@@ -304,7 +304,7 @@
304
304
{
305
305
"data": {
306
306
"application/vnd.jupyter.widget-view+json": {
307
-
"model_id": "37ba207603aa40a38c9786a210e712fd",
307
+
"model_id": "d6faf367ea5d44ad9d275506d870557a",
308
308
"version_major": 2,
309
309
"version_minor": 0
310
310
},
@@ -333,6 +333,14 @@
333
333
"The `AI.GENERATE` function in BigQuery returns results in a JSON column. While BigQuery's JSON type is not natively supported by the underlying Arrow `to_pandas_batches()` method used in anywidget mode ([Apache Arrow issue #45262](https://github.com/apache/arrow/issues/45262)), BigQuery Dataframes automatically converts JSON columns to strings for display. This allows you to view the results of generative AI functions seamlessly."
334
334
]
335
335
},
336
+
{
337
+
"cell_type": "code",
338
+
"execution_count": null,
339
+
"id": "fdadcad6",
340
+
"metadata": {},
341
+
"outputs": [],
342
+
"source": []
343
+
},
336
344
{
337
345
"cell_type": "code",
338
346
"execution_count": 10,
@@ -343,7 +351,7 @@
343
351
"data": {
344
352
"text/html": [
345
353
"✅ Completed. \n",
346
-
" Query processed 85.9 kB in 23 seconds of slot time.\n",
354
+
" Query processed 85.9 kB in 24 seconds of slot time.\n",
0 commit comments