-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Enforce Numpy Docstring Validation | pandas.Index #58068
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
For some reason, when I run the command on pandas.Index.str I get the following error: UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 3662: character maps to <undefined> |
Can I be assigned to this? |
Of course! As Mr. Murphy said, you don't need to ask for permission, just comment which methods you will be working on |
Will work on
|
will work on
|
Working on |
working on pandas.Index.astype |
working on pandas.DataFrame.to_parquet, pandas.DatetimeIndex.hour |
working on
|
working on
|
working on
|
working on
|
working on
|
Working on
|
Working on
|
Working on
|
working on
|
Working on
|
Working on
|
Working on-i "pandas.Index PR07" \ |
@mroeschke @jordan-d-murphy This issue is not closed yet. We need to keep it open. Following items are still remaining
|
I am working on the following
|
I am working on the following
|
workin on
|
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.Index
pandas/ci/code_checks.sh
Lines 182 to 230 in c468028
The task is:
take 1-5 methods
run:
scripts/validate_docstrings.py --format=actions <method-name>
example command:
scripts/validate_docstrings.py --format=actions pandas.Categorical.__array__
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: We've chosen to 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. 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 for the inspiration for this issue!
The text was updated successfully, but these errors were encountered: