|
151 | 151 | { |
152 | 152 | "data": { |
153 | 153 | "application/vnd.jupyter.widget-view+json": { |
154 | | - "model_id": "93dd10072d564a02a0278817d14855a9", |
| 154 | + "model_id": "47795eaa10f149aeb99574232c0936eb", |
155 | 155 | "version_major": 2, |
156 | 156 | "version_minor": 1 |
157 | 157 | }, |
|
214 | 214 | { |
215 | 215 | "data": { |
216 | 216 | "application/vnd.jupyter.widget-view+json": { |
217 | | - "model_id": "6e2538d446e344ac8505e4706730243e", |
| 217 | + "model_id": "8354ce0f82d3495a9b630dfc362f73ee", |
218 | 218 | "version_major": 2, |
219 | 219 | "version_minor": 1 |
220 | 220 | }, |
221 | 221 | "text/plain": [ |
222 | 222 | "TableWidget(page_size=10, row_count=5552452, table_html='<table border=\"1\" class=\"dataframe table table-stripe…" |
223 | 223 | ] |
224 | 224 | }, |
| 225 | + "execution_count": 7, |
225 | 226 | "metadata": {}, |
226 | | - "output_type": "display_data" |
| 227 | + "output_type": "execute_result" |
227 | 228 | } |
228 | 229 | ], |
229 | 230 | "source": [ |
|
292 | 293 | { |
293 | 294 | "data": { |
294 | 295 | "text/html": [ |
295 | | - "✅ Completed. \n", |
296 | | - " Query processed 171.4 MB in a moment of slot time.\n", |
| 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", |
297 | 317 | " " |
298 | 318 | ], |
299 | 319 | "text/plain": [ |
|
313 | 333 | { |
314 | 334 | "data": { |
315 | 335 | "application/vnd.jupyter.widget-view+json": { |
316 | | - "model_id": "d6faf367ea5d44ad9d275506d870557a", |
| 336 | + "model_id": "59461286a17d4a42b6be6d9d9c7bf7e3", |
317 | 337 | "version_major": 2, |
318 | 338 | "version_minor": 1 |
319 | 339 | }, |
320 | 340 | "text/plain": [ |
321 | 341 | "TableWidget(page_size=10, row_count=5, table_html='<table border=\"1\" class=\"dataframe table table-striped tabl…" |
322 | 342 | ] |
323 | 343 | }, |
| 344 | + "execution_count": 9, |
324 | 345 | "metadata": {}, |
325 | | - "output_type": "display_data" |
| 346 | + "output_type": "execute_result" |
326 | 347 | } |
327 | 348 | ], |
328 | 349 | "source": [ |
|
352 | 373 | "data": { |
353 | 374 | "text/html": [ |
354 | 375 | "✅ Completed. \n", |
355 | | - " Query processed 85.9 kB in 24 seconds of slot time.\n", |
| 376 | + " Query processed 85.9 kB in 14 seconds of slot time.\n", |
356 | 377 | " " |
357 | 378 | ], |
358 | 379 | "text/plain": [ |
|
366 | 387 | "name": "stderr", |
367 | 388 | "output_type": "stream", |
368 | 389 | "text": [ |
369 | | - "/usr/local/google/home/shuowei/src/github.com/googleapis/python-bigquery-dataframes/bigframes/dtypes.py:969: JSONDtypeWarning: JSON columns will be represented as pandas.ArrowDtype(pyarrow.json_())\n", |
| 390 | + "/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", |
370 | 391 | "instead of using `db_dtypes` in the future when available in pandas\n", |
371 | 392 | "(https://github.com/pandas-dev/pandas/issues/60958) and pyarrow.\n", |
372 | | - " warnings.warn(msg, bigframes.exceptions.JSONDtypeWarning)\n", |
373 | | - "/usr/local/google/home/shuowei/src/github.com/googleapis/python-bigquery-dataframes/bigframes/dataframe.py:867: UserWarning: Converting JSON columns to strings for display. This is temporary and will be removed when the frontend supports JSON types.\n", |
374 | | - " warnings.warn(\n" |
| 393 | + " warnings.warn(msg, bigframes.exceptions.JSONDtypeWarning)\n" |
375 | 394 | ] |
376 | 395 | }, |
377 | 396 | { |
378 | 397 | "data": { |
379 | 398 | "text/html": [ |
380 | | - "✅ Completed. \n", |
381 | | - " Query processed 0 Bytes in a moment of slot time.\n", |
382 | | - " " |
| 399 | + "✅ Completed. " |
383 | 400 | ], |
384 | 401 | "text/plain": [ |
385 | 402 | "<IPython.core.display.HTML object>" |
|
391 | 408 | { |
392 | 409 | "data": { |
393 | 410 | "application/vnd.jupyter.widget-view+json": { |
394 | | - "model_id": "b6d6f3bacc2c43fc9a335e6039db12a5", |
| 411 | + "model_id": "d1794b42579542a8980bd158e521bd3e", |
395 | 412 | "version_major": 2, |
396 | | - "version_minor": 0 |
| 413 | + "version_minor": 1 |
397 | 414 | }, |
398 | 415 | "text/plain": [ |
399 | 416 | "TableWidget(page_size=10, row_count=5, table_html='<table border=\"1\" class=\"dataframe table table-striped tabl…" |
|
430 | 447 | ], |
431 | 448 | "metadata": { |
432 | 449 | "kernelspec": { |
433 | | - "display_name": "3.10.18", |
| 450 | + "display_name": "venv", |
434 | 451 | "language": "python", |
435 | 452 | "name": "python3" |
436 | 453 | }, |
|
444 | 461 | "name": "python", |
445 | 462 | "nbconvert_exporter": "python", |
446 | 463 | "pygments_lexer": "ipython3", |
447 | | - "version": "3.10.18" |
| 464 | + "version": "3.10.15" |
448 | 465 | } |
449 | 466 | }, |
450 | 467 | "nbformat": 4, |
|
0 commit comments