-
-
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
DOC: Fix docstring validation errors for pandas.core.groupby #60365
Comments
I'm working on these=>
|
working on:
|
I will work on:
|
I will work on:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Parent Issue: #58063
pandas has a script for validating docstrings:
pandas/ci/code_checks.sh
Lines 92 to 105 in 6a7685f
Currently, some methods fail docstring validation check.
The task is:
Example command:
Example output:
Check if validation docstrings passes for those methods, and if it’s necessary fix the docstrings according to whatever error is reported. Note: Ignore ES01 errors, these are not required to be fixed.
Remove those methods from 'code_checks.sh' if all errors are cleared and the docstring is correct, otherwise, remove the specific error that was fixed from the list of errors for that method.
Commit, push, open pull request
Please don't comment take as multiple people can work on this issue. Just comment on which methods you are going to work on.
If you're new contributor, please check the contributing guide
The text was updated successfully, but these errors were encountered: