DataFrame.reorder
s order
parameter is incorrectly typed
#560
Labels
DataFrame.reorder
s order
parameter is incorrectly typed
#560
The last release introduced proper typing of
Axis
.This clashes with improper typing of
order
should likely be typed asSequence[Hashable]
.Snippet
Mypy output
The text was updated successfully, but these errors were encountered: