-
-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
BUG: Nested sort with NaN #3917
Comments
And failing hacks:
|
think |
Note that is the way it works with one col:
Also Series
|
I was shocked to discover this issue as well. I think the problem is in the Cython function called within the else statement in
Unfortunately, I don't know enough about debugging Cython code to help out more than this. |
Nested sort doesn't seem to work with NaNs, see this SO question.
(It works as expected using a single columns)
The text was updated successfully, but these errors were encountered: