Commit d7640e8
Eric Kisslinger
BUG: Fix groupby over a CategoricalIndex in axis=1
closes GH18432
Add multi-index columns test to test_groupby_categorical_columns_index()
Add whatsnew for GH18432 bug fix
Fix ValueError text for GH18432 bug fix
Update whatsnew text
Use kwargs instead of positional format params
Move test_groupby_categorical_columns_index() to pandas/tests/groupby/test_grouping.py1 parent 262e8ff commit d7640e8
File tree
3 files changed
+38
-4
lines changed- doc/source/whatsnew
- pandas
- core
- tests/groupby
3 files changed
+38
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| 140 | + | |
140 | 141 | | |
141 | 142 | | |
142 | 143 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2859 | 2859 | | |
2860 | 2860 | | |
2861 | 2861 | | |
2862 | | - | |
2863 | | - | |
2864 | | - | |
| 2862 | + | |
| 2863 | + | |
| 2864 | + | |
| 2865 | + | |
| 2866 | + | |
2865 | 2867 | | |
2866 | 2868 | | |
2867 | 2869 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
254 | 285 | | |
255 | 286 | | |
256 | 287 | | |
| |||
0 commit comments