-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
documentation improvement: set operations sort the index #3123
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
Milestone
Comments
pls do a PR! |
@drunkeneye can you do a PR for this? |
@drunkeneye ping! |
sorry, for now i do not have the time to checkout the project and commit a PR. |
@drunkeneye np.....feel free when you have some time |
@drunkeneye PR for this? |
mroeschke
added a commit
to mroeschke/pandas
that referenced
this issue
Nov 2, 2016
1 task
jorisvandenbossche
pushed a commit
that referenced
this issue
Nov 10, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
though clear from the examples, an explicit hint that set operations will re-sort your indices in ascending order would be helpful (section 7.3.1 "Set operations on Index objects"). i had indicies like "QK_1 ... QK_9 QK_10" and afterwards they got sorted as "QK_1 QK_10 QK_2...".
The text was updated successfully, but these errors were encountered: