Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 4b680fe

Browse files
committed
docs: rerun notebook
1 parent 7b3d0b0 commit 4b680fe

1 file changed

Lines changed: 8 additions & 35 deletions

File tree

notebooks/multimodal/multimodal_dataframe.ipynb

Lines changed: 8 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
},
9393
{
9494
"cell_type": "code",
95-
"execution_count": null,
95+
"execution_count": 1,
9696
"metadata": {
9797
"colab": {
9898
"base_uri": "https://localhost:8080/"
@@ -130,7 +130,7 @@
130130
},
131131
{
132132
"cell_type": "code",
133-
"execution_count": null,
133+
"execution_count": 2,
134134
"metadata": {},
135135
"outputs": [],
136136
"source": [
@@ -1322,22 +1322,11 @@
13221322
},
13231323
{
13241324
"cell_type": "code",
1325-
"execution_count": 17,
1325+
"execution_count": 3,
13261326
"metadata": {
13271327
"id": "oDDuYtUm5Yiy"
13281328
},
1329-
"outputs": [
1330-
{
1331-
"name": "stderr",
1332-
"output_type": "stream",
1333-
"text": [
1334-
"/usr/local/google/home/shuowei/src/github.com/googleapis/python-bigquery-dataframes/bigframes/dtypes.py:959: JSONDtypeWarning: JSON columns will be represented as pandas.ArrowDtype(pyarrow.json_())\n",
1335-
"instead of using `db_dtypes` in the future when available in pandas\n",
1336-
"(https://github.com/pandas-dev/pandas/issues/60958) and pyarrow.\n",
1337-
" warnings.warn(msg, bigframes.exceptions.JSONDtypeWarning)\n"
1338-
]
1339-
}
1340-
],
1329+
"outputs": [],
13411330
"source": [
13421331
"df_pdf = bpd.from_glob_path(\"gs://cloud-samples-data/bigquery/tutorials/cymbal-pets/documents/*\", name=\"pdf\")"
13431332
]
@@ -1496,7 +1485,7 @@
14961485
},
14971486
{
14981487
"cell_type": "code",
1499-
"execution_count": 10,
1488+
"execution_count": 4,
15001489
"metadata": {},
15011490
"outputs": [],
15021491
"source": [
@@ -1506,7 +1495,7 @@
15061495
},
15071496
{
15081497
"cell_type": "code",
1509-
"execution_count": 11,
1498+
"execution_count": null,
15101499
"metadata": {},
15111500
"outputs": [
15121501
{
@@ -1518,25 +1507,9 @@
15181507
"(https://github.com/pandas-dev/pandas/issues/60958) and pyarrow.\n",
15191508
" warnings.warn(msg, bigframes.exceptions.JSONDtypeWarning)\n"
15201509
]
1521-
},
1522-
{
1523-
"data": {
1524-
"text/html": [
1525-
"<pre>0 Now, as all books, not primarily intended as p...</pre>"
1526-
],
1527-
"text/plain": [
1528-
"0 Now, as all books, not primarily intended as p...\n",
1529-
"Name: transcribed_content, dtype: string"
1530-
]
1531-
},
1532-
"execution_count": 11,
1533-
"metadata": {},
1534-
"output_type": "execute_result"
15351510
}
15361511
],
15371512
"source": [
1538-
"import bigframes.bigquery as bbq\n",
1539-
"\n",
15401513
"# The audio_transcribe function is a convenience wrapper around bigframes.bigquery.ai.generate.\n",
15411514
"# Here's how to perform the same operation directly:\n",
15421515
"\n",
@@ -1565,7 +1538,7 @@
15651538
},
15661539
{
15671540
"cell_type": "code",
1568-
"execution_count": 12,
1541+
"execution_count": null,
15691542
"metadata": {},
15701543
"outputs": [
15711544
{
@@ -1701,7 +1674,7 @@
17011674
"name": "python",
17021675
"nbconvert_exporter": "python",
17031676
"pygments_lexer": "ipython3",
1704-
"version": "3.10.15"
1677+
"version": "3.13.0"
17051678
}
17061679
},
17071680
"nbformat": 4,

0 commit comments

Comments
 (0)