Commit c091317
authored
File tree
Expand file treeCollapse file tree
7 files changed
+130
-6
lines changedFilter options
- doc/source/whatsnew
- pandas
- core
- groupby
- tests
- apply
- groupby/aggregate
- resample
Expand file treeCollapse file tree
7 files changed
+130
-6
lines changeddoc/source/whatsnew/v2.0.0.rst
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v2.0.0.rst+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1345 | 1345 |
|
1346 | 1346 |
|
1347 | 1347 |
|
| 1348 | + |
1348 | 1349 |
|
1349 | 1350 |
|
1350 | 1351 |
|
| ||
1358 | 1359 |
|
1359 | 1360 |
|
1360 | 1361 |
|
| 1362 | + |
1361 | 1363 |
|
1362 | 1364 |
|
1363 | 1365 |
|
|
+12-3Lines changed: 12 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
332 | 332 |
|
333 | 333 |
|
334 | 334 |
|
335 |
| - |
| 335 | + |
| 336 | + |
| 337 | + |
| 338 | + |
| 339 | + |
| 340 | + |
336 | 341 |
|
337 | 342 |
|
338 | 343 |
|
339 | 344 |
|
340 | 345 |
|
341 | 346 |
|
342 |
| - |
343 | 347 |
|
344 | 348 |
|
345 | 349 |
|
346 | 350 |
|
347 |
| - |
| 351 | + |
| 352 | + |
| 353 | + |
| 354 | + |
| 355 | + |
| 356 | + |
348 | 357 |
|
349 | 358 |
|
350 | 359 |
|
|
pandas/core/groupby/generic.py
Copy file name to clipboardExpand all lines: pandas/core/groupby/generic.py+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
236 | 236 |
|
237 | 237 |
|
238 | 238 |
|
239 |
| - |
| 239 | + |
240 | 240 |
|
241 | 241 |
|
242 | 242 |
|
| ||
268 | 268 |
|
269 | 269 |
|
270 | 270 |
|
271 |
| - |
| 271 | + |
272 | 272 |
|
273 | 273 |
|
274 | 274 |
|
| ||
293 | 293 |
|
294 | 294 |
|
295 | 295 |
|
296 |
| - |
| 296 | + |
297 | 297 |
|
298 | 298 |
|
299 | 299 |
|
|
pandas/tests/apply/test_frame_apply.py
Copy file name to clipboardExpand all lines: pandas/tests/apply/test_frame_apply.py+22Lines changed: 22 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1623 | 1623 |
|
1624 | 1624 |
|
1625 | 1625 |
|
| 1626 | + |
| 1627 | + |
| 1628 | + |
| 1629 | + |
| 1630 | + |
| 1631 | + |
| 1632 | + |
| 1633 | + |
| 1634 | + |
| 1635 | + |
| 1636 | + |
| 1637 | + |
| 1638 | + |
| 1639 | + |
| 1640 | + |
| 1641 | + |
| 1642 | + |
| 1643 | + |
| 1644 | + |
| 1645 | + |
| 1646 | + |
| 1647 | + |
pandas/tests/apply/test_series_apply.py
Copy file name to clipboardExpand all lines: pandas/tests/apply/test_series_apply.py+20Lines changed: 20 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
107 | 107 |
|
108 | 108 |
|
109 | 109 |
|
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
110 | 130 |
|
111 | 131 |
|
112 | 132 |
|
|
pandas/tests/groupby/aggregate/test_aggregate.py
Copy file name to clipboardExpand all lines: pandas/tests/groupby/aggregate/test_aggregate.py+46Lines changed: 46 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1470 | 1470 |
|
1471 | 1471 |
|
1472 | 1472 |
|
| 1473 | + |
| 1474 | + |
| 1475 | + |
| 1476 | + |
| 1477 | + |
| 1478 | + |
| 1479 | + |
| 1480 | + |
| 1481 | + |
| 1482 | + |
| 1483 | + |
| 1484 | + |
| 1485 | + |
| 1486 | + |
| 1487 | + |
| 1488 | + |
| 1489 | + |
| 1490 | + |
| 1491 | + |
| 1492 | + |
| 1493 | + |
| 1494 | + |
| 1495 | + |
| 1496 | + |
| 1497 | + |
| 1498 | + |
| 1499 | + |
| 1500 | + |
| 1501 | + |
| 1502 | + |
| 1503 | + |
| 1504 | + |
| 1505 | + |
| 1506 | + |
| 1507 | + |
| 1508 | + |
| 1509 | + |
| 1510 | + |
| 1511 | + |
| 1512 | + |
| 1513 | + |
| 1514 | + |
| 1515 | + |
| 1516 | + |
| 1517 | + |
| 1518 | + |
pandas/tests/resample/test_resample_api.py
Copy file name to clipboardExpand all lines: pandas/tests/resample/test_resample_api.py+25Lines changed: 25 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
633 | 633 |
|
634 | 634 |
|
635 | 635 |
|
| 636 | + |
| 637 | + |
| 638 | + |
| 639 | + |
| 640 | + |
| 641 | + |
| 642 | + |
| 643 | + |
| 644 | + |
| 645 | + |
| 646 | + |
| 647 | + |
| 648 | + |
| 649 | + |
| 650 | + |
| 651 | + |
| 652 | + |
| 653 | + |
| 654 | + |
| 655 | + |
| 656 | + |
| 657 | + |
| 658 | + |
| 659 | + |
| 660 | + |
636 | 661 |
|
637 | 662 |
|
638 | 663 |
|
|
0 commit comments