-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
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
DEPR: deprecate Index.is_numeric #50769
Conversation
@topper-123 hellow friend , i have changed all |
Hi @ABCPAN-rank. Thanks for this. You're getting close. A couple issues:
Can you look at the above, especially point 3. If those three checks in point 3 are really needed as much as indicated here, can you add a helper function in |
|
|
@topper-123 ok, i will check it . |
@topper-123 If I use a helper function to instead of |
No, That's not needed, this is just internal and very simple. |
@topper-123 Ok i will write a helpful function called |
No, this should be a purely internal detail, so a whatsnew entry is not needed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general, it looks good, just needs to pass the remaining tests.
For the errors in Doc Build and Upload / Doc Build and Upload
I'm not 100 % if it is the problem, but try to add a :okwarning:
below the relevant .. ipython:: python
sections. You can see where the doc tests complain about dask using is_numeric
in the test logs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Thanks @ABCPAN-rank. Very nice. |
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.