-
-
Notifications
You must be signed in to change notification settings - Fork 18k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLN/TST: move consoliate sort_index to core/generic.py #8283
Labels
API Design
Internals
Related to non-user accessible pandas implementation
Refactor
Internal refactoring of code
Milestone
Comments
jreback
added
Refactor
Internal refactoring of code
Good as first PR
API Design
Internals
Related to non-user accessible pandas implementation
labels
Sep 16, 2014
Closed
|
so what you can do is provide the impl in |
fangchenli
added a commit
to fangchenli/pandas
that referenced
this issue
Sep 6, 2020
fangchenli
added a commit
to fangchenli/pandas
that referenced
this issue
Sep 6, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
API Design
Internals
Related to non-user accessible pandas implementation
Refactor
Internal refactoring of code
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#L1606with 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.
The text was updated successfully, but these errors were encountered: