This repository was archived by the owner on May 7, 2026. It is now read-only.
Commit c62e553
authored
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- bigframes
- core/reshape
- pandas
- session
- tests/system/small
- third_party/bigframes_vendored/pandas/core/reshape
Expand file treeCollapse file tree
Open diff view settings
Collapse file
bigframes/core/reshape/api.py
Copy file name to clipboardExpand all lines: bigframes/core/reshape/api.py+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
15 | 15 | |
16 | 16 | |
17 | 17 | |
| 18 | + |
18 | 19 | |
19 | 20 | |
20 | | - |
| 21 | + |
Collapse file
bigframes/core/reshape/pivot.py
Copy file name to clipboard+89Lines changed: 89 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
Collapse file
+30-1Lines changed: 30 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3479 | 3479 | |
3480 | 3480 | |
3481 | 3481 | |
| 3482 | + |
| 3483 | + |
| 3484 | + |
| 3485 | + |
| 3486 | + |
| 3487 | + |
3482 | 3488 | |
| 3489 | + |
| 3490 | + |
| 3491 | + |
| 3492 | + |
| 3493 | + |
| 3494 | + |
| 3495 | + |
| 3496 | + |
| 3497 | + |
| 3498 | + |
| 3499 | + |
| 3500 | + |
| 3501 | + |
| 3502 | + |
| 3503 | + |
| 3504 | + |
| 3505 | + |
| 3506 | + |
| 3507 | + |
| 3508 | + |
| 3509 | + |
3483 | 3510 | |
3484 | 3511 | |
3485 | 3512 | |
| ||
3521 | 3548 | |
3522 | 3549 | |
3523 | 3550 | |
3524 | | - |
| 3551 | + |
| 3552 | + |
| 3553 | + |
3525 | 3554 | |
3526 | 3555 | |
3527 | 3556 | |
|
Collapse file
bigframes/pandas/__init__.py
Copy file name to clipboardExpand all lines: bigframes/pandas/__init__.py+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
31 | 31 | |
32 | 32 | |
33 | 33 | |
34 | | - |
| 34 | + |
35 | 35 | |
36 | 36 | |
37 | 37 | |
| ||
372 | 372 | |
373 | 373 | |
374 | 374 | |
| 375 | + |
375 | 376 | |
376 | 377 | |
377 | 378 | |
|
Collapse file
bigframes/session/__init__.py
Copy file name to clipboardExpand all lines: bigframes/session/__init__.py+15Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2312 | 2312 | |
2313 | 2313 | |
2314 | 2314 | |
| 2315 | + |
| 2316 | + |
| 2317 | + |
| 2318 | + |
| 2319 | + |
| 2320 | + |
| 2321 | + |
| 2322 | + |
| 2323 | + |
| 2324 | + |
| 2325 | + |
| 2326 | + |
| 2327 | + |
| 2328 | + |
| 2329 | + |
2315 | 2330 | |
2316 | 2331 | |
2317 | 2332 | |
|
Collapse file
tests/system/small/test_pandas.py
Copy file name to clipboardExpand all lines: tests/system/small/test_pandas.py+66Lines changed: 66 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
450 | 450 | |
451 | 451 | |
452 | 452 | |
| 453 | + |
| 454 | + |
| 455 | + |
| 456 | + |
| 457 | + |
| 458 | + |
| 459 | + |
| 460 | + |
| 461 | + |
| 462 | + |
| 463 | + |
| 464 | + |
| 465 | + |
| 466 | + |
| 467 | + |
| 468 | + |
| 469 | + |
| 470 | + |
| 471 | + |
| 472 | + |
| 473 | + |
| 474 | + |
| 475 | + |
| 476 | + |
| 477 | + |
| 478 | + |
| 479 | + |
| 480 | + |
| 481 | + |
| 482 | + |
| 483 | + |
| 484 | + |
| 485 | + |
| 486 | + |
| 487 | + |
| 488 | + |
| 489 | + |
| 490 | + |
| 491 | + |
| 492 | + |
| 493 | + |
| 494 | + |
| 495 | + |
| 496 | + |
| 497 | + |
| 498 | + |
| 499 | + |
| 500 | + |
| 501 | + |
| 502 | + |
| 503 | + |
| 504 | + |
| 505 | + |
| 506 | + |
| 507 | + |
| 508 | + |
| 509 | + |
| 510 | + |
| 511 | + |
| 512 | + |
| 513 | + |
| 514 | + |
| 515 | + |
| 516 | + |
| 517 | + |
| 518 | + |
453 | 519 | |
454 | 520 | |
455 | 521 | |
|
Collapse file
third_party/bigframes_vendored/pandas/core/reshape/pivot.py
Copy file name to clipboard+57Lines changed: 57 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
0 commit comments