-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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: Fix order of parameters in the docstrings #23596
Labels
Milestone
Comments
I am on these. |
The first two will be fixed at #23517.
|
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are around 20 functions and methods in pandas that have the parameters documented in the wrong order, as reported by
./scripts/validate_docstrings.py --errors=PR03
:The idea is that this is correct:
But this is what we have (not that in the second case, the order of the parameters in the docstrings does not match the order in the signature).
We should fix the order, and make sure that
./scripts/validate_docstrings.py --errors=PR03
does not report anything.The text was updated successfully, but these errors were encountered: