-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Enforce Numpy Docstring Validation | pandas.Int16Dtype through pandas.IntervalIndex #58498
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
working on
|
1 task
working on the following
|
This was referenced May 2, 2024
working on
|
This was referenced May 4, 2024
working on
|
This was referenced May 7, 2024
worked on
|
This was referenced May 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DOC: Enforce Numpy Docstring Validation (Parent Issue) #58063
Pandas has a script for validating docstrings in code_checks.sh. Currently, some methods fail some of these checks.
pandas.Int16Dtype through pandas.IntervalIndex
pandas/ci/code_checks.sh
Lines 231 to 252 in c468028
The task is:
scripts/validate_docstrings.py --format=actions <method-name>
example command:
scripts/validate_docstrings.py --format=actions pandas.Categorical.__array__
example output:Please don't comment
take
as multiple people can work on this issue. You also don't need to ask for permission to work on this, just comment on which methods are you going to work : )If you're new contributor, please check the contributing guide
thanks @datapythonista @jordan-d-murphy for the inspiration for this issue!
The text was updated successfully, but these errors were encountered: