-
-
Notifications
You must be signed in to change notification settings - Fork 154
Closed
Labels
ReshapingConcat, Merge/Join, Stack/Unstack, ExplodeConcat, Merge/Join, Stack/Unstack, Explodegood first issue
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
stackis annotated withlevel: Level | list[Level] = ...whileunstackhaslevel: Level = ...while IMHO both should beIndexLabel.
It seems as though the fix in #837 only touched groupby.
Metadata
Metadata
Assignees
Labels
ReshapingConcat, Merge/Join, Stack/Unstack, ExplodeConcat, Merge/Join, Stack/Unstack, Explodegood first issue