-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
API DesignInternalsRelated to non-user accessible pandas implementationRelated to non-user accessible pandas implementationRefactorInternal refactoring of codeInternal refactoring of code
Milestone
Description
xref #8282
xref #8239 (this issue won't touch the API per se)
expand extend: core/generic.py/NDFrame.sort_index
: https://github.com/pydata/pandas/blob/master/pandas/core/generic.py#L1606
with the frame version.
https://github.com/pydata/pandas/blob/master/pandas/core/frame.py#L2689
needs generic docs (e.g. look how reindex is done)
as prob best to start with the frame version that handles ndim=2. Need tests for added capabilities to Series/Panel, e.g. mainly supporting sort_index on a multi-level index.
Metadata
Metadata
Assignees
Labels
API DesignInternalsRelated to non-user accessible pandas implementationRelated to non-user accessible pandas implementationRefactorInternal refactoring of codeInternal refactoring of code