-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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
DEPR: deprecate Index.is_object #50227
Conversation
@topper-123 Do you know what I got wrong? I have looked at some other pull requests, but they have both common and different files to fix. Actually, I am not sure how to detect which file I should change is_object to is_object_dtype. Do you have any suggestion for me? |
Hi @bang128 I think you're getting quite close. The issues that I see are: 1: doc/source/whatsnew/v2.0.0.rst 2: failures
Looks like something related to the treatment of complex numbers. I'm not able to run these tests right now, but if you could attempt to solve them, I can take a closer look tonight and help you fix them, if you haven't been able to before. There may be others, I haven't checked all test failures. |
Hi @bang128 can you try to fix the issues in Regarding how to find the instances to correct, you should run the pandas test suite locally and fix errors that show up. Depending on your coding proficiency, this may not be entirely trivial, but it'll be a good learning exercise in any case :-) |
Okay, let me try to fix the doc issue first |
This pull request is stale because it has been open for thirty days with no activity. Please update and respond to this comment if you're still interested in working on this. |
Hi @bang128. What's the status on your PR? It look good to me, but needs a rebase. |
Can you rebase. |
Ping. Should I rebase for you? |
690aad6
to
e39068a
Compare
5be5ec0
to
419f932
Compare
Hey @bang128 , the rebase was a bit difficult, so I’ve rebased & merged this. Thanks a lot for yoyr contribution! |
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.