Commit ab0d236
BUG: Fix for GH #14848 for groupby().describe() with tuples as the Index
closes #14848
Author: Dr-Irv <irv@princeton.com>
Closes #15110 from Dr-Irv/Issue14848 and squashes the following commits:
c18c6cb [Dr-Irv] Undo change to merge.py and make whatsnew a 2 line comment.
db13c3b [Dr-Irv] Use not is_list_like
fbd20f5 [Dr-Irv] Raise error when creating index of tuples with name parameter a string
f3a7a21 [Dr-Irv] Changes per jreback requests
9489cb2 [Dr-Irv] BUG: Fix issue #14848 groupby().describe() on indices containing all tuples1 parent c9e7aee commit ab0d236
File tree
4 files changed
+28
-0
lines changed- doc/source/whatsnew
- pandas
- indexes
- tests
- groupby
- indexes
4 files changed
+28
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
| 355 | + | |
| 356 | + | |
355 | 357 | | |
356 | 358 | | |
357 | 359 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
490 | 490 | | |
491 | 491 | | |
492 | 492 | | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
493 | 497 | | |
494 | 498 | | |
495 | 499 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1490 | 1490 | | |
1491 | 1491 | | |
1492 | 1492 | | |
| 1493 | + | |
| 1494 | + | |
| 1495 | + | |
| 1496 | + | |
| 1497 | + | |
| 1498 | + | |
| 1499 | + | |
| 1500 | + | |
| 1501 | + | |
| 1502 | + | |
| 1503 | + | |
| 1504 | + | |
| 1505 | + | |
1493 | 1506 | | |
1494 | 1507 | | |
1495 | 1508 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2554 | 2554 | | |
2555 | 2555 | | |
2556 | 2556 | | |
| 2557 | + | |
| 2558 | + | |
| 2559 | + | |
| 2560 | + | |
| 2561 | + | |
| 2562 | + | |
| 2563 | + | |
| 2564 | + | |
| 2565 | + | |
0 commit comments