-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[BUG] sort_values failed after using dropna #2488
Comments
Please copy-paste your code and error message instead of screenshots. |
Can be fixed by parsing |
Hello :) |
Super welcome, you can try to fix this, feel free to ask question if you encounter any issue. |
Hello. I'm new to the open source pull request thing, but I've forked and sent out a pull request at #3363 I would note that running black as suggested for linting also edited mars/learn/contrib/lightgbm/tests/test_classifier.py. Edits at a glance:
To:
Gist - Code to recreate problem + some notes (since it's an old issue) |
Describe the bug
when I try to use sort_values(ignore_index=True) after dropna, it raises TypeError:
but I can do it in pandas:
To Reproduce
To help us reproducing this bug, please provide information below:
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: