|
35 | 35 | "execution_count": 2, |
36 | 36 | "id": "ca22f059", |
37 | 37 | "metadata": {}, |
38 | | - "outputs": [ |
39 | | - { |
40 | | - "name": "stderr", |
41 | | - "output_type": "stream", |
42 | | - "text": [ |
43 | | - "/usr/local/google/home/shuowei/src/python-bigquery-dataframes/venv/lib/python3.10/site-packages/google/api_core/_python_version_support.py:266: FutureWarning: You are using a Python version (3.10.15) which Google will stop supporting in new releases of google.api_core once it reaches its end of life (2026-10-04). Please upgrade to the latest Python version, or at least Python 3.11, to continue receiving updates for google.api_core past that date.\n", |
44 | | - " warnings.warn(message, FutureWarning)\n" |
45 | | - ] |
46 | | - } |
47 | | - ], |
| 38 | + "outputs": [], |
48 | 39 | "source": [ |
49 | 40 | "import bigframes.pandas as bpd" |
50 | 41 | ] |
|
151 | 142 | { |
152 | 143 | "data": { |
153 | 144 | "application/vnd.jupyter.widget-view+json": { |
154 | | - "model_id": "47795eaa10f149aeb99574232c0936eb", |
| 145 | + "model_id": "710b4e9c06df4faf82011dd676e9d9a5", |
155 | 146 | "version_major": 2, |
156 | 147 | "version_minor": 1 |
157 | 148 | }, |
|
214 | 205 | { |
215 | 206 | "data": { |
216 | 207 | "application/vnd.jupyter.widget-view+json": { |
217 | | - "model_id": "8354ce0f82d3495a9b630dfc362f73ee", |
| 208 | + "model_id": "62661c02a1a742d79e53dcb047343e86", |
218 | 209 | "version_major": 2, |
219 | 210 | "version_minor": 1 |
220 | 211 | }, |
|
293 | 284 | { |
294 | 285 | "data": { |
295 | 286 | "text/html": [ |
296 | | - "\n", |
297 | | - " Query started with request ID bigframes-dev:US.c45952fb-01b4-409c-9da4-f7c5bfc0d47d.<details><summary>SQL</summary><pre>SELECT\n", |
298 | | - "`state` AS `state`,\n", |
299 | | - "`gender` AS `gender`,\n", |
300 | | - "`year` AS `year`,\n", |
301 | | - "`name` AS `name`,\n", |
302 | | - "`number` AS `number`\n", |
303 | | - "FROM\n", |
304 | | - "(SELECT\n", |
305 | | - " *\n", |
306 | | - "FROM (\n", |
307 | | - " SELECT\n", |
308 | | - " `state`,\n", |
309 | | - " `gender`,\n", |
310 | | - " `year`,\n", |
311 | | - " `name`,\n", |
312 | | - " `number`\n", |
313 | | - " FROM `bigquery-public-data.usa_names.usa_1910_2013` FOR SYSTEM_TIME AS OF TIMESTAMP('2025-10-30T21:48:48.979701+00:00')\n", |
314 | | - ") AS `t0`)\n", |
315 | | - "ORDER BY `name` ASC NULLS LAST ,`year` ASC NULLS LAST ,`state` ASC NULLS LAST\n", |
316 | | - "LIMIT 5</pre></details>\n", |
| 287 | + "✅ Completed. \n", |
| 288 | + " Query processed 171.4 MB in a moment of slot time.\n", |
317 | 289 | " " |
318 | 290 | ], |
319 | 291 | "text/plain": [ |
|
333 | 305 | { |
334 | 306 | "data": { |
335 | 307 | "application/vnd.jupyter.widget-view+json": { |
336 | | - "model_id": "59461286a17d4a42b6be6d9d9c7bf7e3", |
| 308 | + "model_id": "b92000a35d0c4b8a9a8aaef4784e94dd", |
337 | 309 | "version_major": 2, |
338 | 310 | "version_minor": 1 |
339 | 311 | }, |
|
360 | 332 | "metadata": {}, |
361 | 333 | "source": [ |
362 | 334 | "### Handling of Invalid Row Count\n", |
363 | | - "In cases where the total number of rows cannot be determined, `row_count` will be `None`. The widget will display 'Total rows unknown', and you can navigate forward until you reach the end of the available data. If you navigate beyond the last page, the widget will automatically return to the last valid page." |
| 335 | + "In cases where the total number of rows cannot be determined, `row_count` will be `None`. The widget will display 'Page X of many', and you can navigate forward until you reach the end of the available data. If you navigate beyond the last page, the widget will automatically return to the last valid page." |
364 | 336 | ] |
365 | 337 | }, |
366 | 338 | { |
|
382 | 354 | "data": { |
383 | 355 | "text/html": [ |
384 | 356 | "✅ Completed. \n", |
385 | | - " Query processed 85.9 kB in 14 seconds of slot time.\n", |
| 357 | + " Query processed 85.9 kB in 13 seconds of slot time.\n", |
386 | 358 | " " |
387 | 359 | ], |
388 | 360 | "text/plain": [ |
|
396 | 368 | "name": "stderr", |
397 | 369 | "output_type": "stream", |
398 | 370 | "text": [ |
399 | | - "/usr/local/google/home/shuowei/src/python-bigquery-dataframes/bigframes/dtypes.py:969: JSONDtypeWarning: JSON columns will be represented as pandas.ArrowDtype(pyarrow.json_())\n", |
| 371 | + "/usr/local/google/home/shuowei/src/python-bigquery-dataframes/bigframes/dtypes.py:987: JSONDtypeWarning: JSON columns will be represented as pandas.ArrowDtype(pyarrow.json_())\n", |
400 | 372 | "instead of using `db_dtypes` in the future when available in pandas\n", |
401 | 373 | "(https://github.com/pandas-dev/pandas/issues/60958) and pyarrow.\n", |
402 | 374 | " warnings.warn(msg, bigframes.exceptions.JSONDtypeWarning)\n" |
|
417 | 389 | { |
418 | 390 | "data": { |
419 | 391 | "application/vnd.jupyter.widget-view+json": { |
420 | | - "model_id": "d1794b42579542a8980bd158e521bd3e", |
| 392 | + "model_id": "2620318ca07e405fa7ce950a2d931e6a", |
421 | 393 | "version_major": 2, |
422 | 394 | "version_minor": 1 |
423 | 395 | }, |
|
0 commit comments