-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DOC: Wrong examples #40362
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
Comments
I think this was likely done on purpose since the two methods are closely related |
Then it looks more reasonable to add 'all()' examples in 'any()' page, like argmin and argmax. They have both examples on both page. |
I would like to add an example of 'all' to the 'any' doc page, can I get this issue assigned to me? Provided it still has value. @dsaxton |
No problem, done. In the future feel free to simply open a PR (issue doesn't need to be assigned for someone to work on it; just be sure to reference it in your PR). |
Location of the documentation
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Index.all.html
Documentation problem
This documentation is about 'pandas.Index.all' but it has examples of 'pandas.Index.any'.
The examples of 'pandas.Index.any' are also included in its own page.
Suggested fix for documentation
Delete 'any()' examples on the documentation of 'all()', I think this is wrong place.
The text was updated successfully, but these errors were encountered: