-
-
Notifications
You must be signed in to change notification settings - Fork 19.1k
Closed
Labels
API - ConsistencyInternal Consistency of API/BehaviorInternal Consistency of API/BehaviorEnhancementMultiIndex
Description
xref #12943
seems we have lots of implementations of the same routine with slightly different API.
pd.DataFrame.swaplevel(self, i, j, axis=0, inplace=False)
(this is before the default args).
I would remove the copy
arg from Series
and use something like this.
Metadata
Metadata
Assignees
Labels
API - ConsistencyInternal Consistency of API/BehaviorInternal Consistency of API/BehaviorEnhancementMultiIndex