-
-
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
DOC: Add Index.difference to API doc #10185
Conversation
@@ -1262,7 +1262,7 @@ Modifying and Computations | |||
Index.argmax | |||
Index.copy | |||
Index.delete | |||
Index.diff | |||
Index.difference |
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.
But I think this does not belong in this section at all, as this is not a 'computation' function
I would rather put it together with the other set operation methods
yep no problem with changing this in the API docs (but move as @jorisvandenbossche mentions) |
The deprecation of |
@jorisvandenbossche yep, that list really should be for 'next-major-release' then separate section for 0.17.0 |
I think it is natural under the same category as |
yes, sounds good to me |
agreed, making a new sub-section for setops would be gr8. |
OK, did the suggested change. Pls check. |
DOC: Add Index.difference to API doc
Add
Index.difference
to api doc rather than deprecatedIndex.diff
(#8226)And is it OK to remove
Index.diff
alias because #6581 lists #8227 (which closes #8226)?