Open
Description
Describe the bug
As noted in #703, providing a list of ints or strings to unstack
leads to a type error:
I've identified a few places (see attachment). However, I am not sure the patch is correct/complete. It is interesting to see that
stack
is annotated withlevel: Level | list[Level] = ...
whileunstack
haslevel: Level = ...
while IMHO both should beIndexLabel
.
It seems as though the fix in #837 only touched groupby
.
Metadata
Metadata
Assignees
Labels
No labels