-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
WIP/API: Implemented NDFrame.argsort() and NDFrame.ordering(). #12707
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
Conversation
@jreback : Whether or not this change is useful/correct aside, should this wait until a PR for fixing the rest of the compatibility issues with |
@seth-p not going to accept this. you are adding ANOTHER way of doing things which is simply not necessary w.r.t. our discussion in the other issue. I think you really have to have a good case for diverging here and I just don't see a usecase at all. |
@jreback, I feel like you didn't actually read everything I wrote in #12694. Let me try again. If you're still not convinced, then I give up. @gfyoung, could you chime in? Yes, I pointed out in #12694 (comment) that the documentation of Let me give an analogy. Consider the following
Anyway, let's return to
In view of 3, I propose to redefine |
@seth-p : Not being a heavy user of
|
@gfyoung: Fair enough. 1a. My proposed implementation of 1b. My proposed implementation of 2 . Yes, I realize that in general one can't make a blanket statement that something is useless, but in this case the connection between the |
I would assert these cover all the cases where
|
So maybe we should deprecate / change |
I'm fine dropping/depracating As for my proposed |
... still a work in progress