-
-
Notifications
You must be signed in to change notification settings - Fork 210
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
Sorting bug when NaN values exist #635
Comments
what part of the code needs to be fixed a clue please |
You can check here danfojs/src/danfojs-base/core/series.ts Line 834 in 7638681
And you can dropna and then sort |
I need the rows with NaN though, because the other columns have usable values. It would make sense if the NaN values were all together somehow, at the start or the end. |
I am seeing the same issue with DataFrame |
I don't think there's an active maintainer on this repository. It's a shame, it's the best one similar to Pandas that I've found. |
Describe the bug
Sorting seems to break when there's a NaN value in the series
Expected behavior
Values should be sorted in ascending order
Screenshots
The text was updated successfully, but these errors were encountered: