-
-
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 docstring validation errors for pandas.Timestamp
#59458
Comments
I will take |
Taking |
I will take: pandas.Timestamp.hour |
I'll take |
I'll take
|
I'll take |
i'll take -i pandas.Timestamp.month_name SA01 |
I'll take -i "pandas.Timestamp.fromordinal SA01" |
I'll take: |
I'll take:
|
I'll take: |
i will take: -i "pandas.Timestamp.utcoffset SA01" |
ill take: |
did anyone understand how it should be done? im chaning the doc of my functions in timestamp.pyx, nattype.pyx and nothing is being changed when im running scripts/validate_docstrings.py |
@40gilad, did you rebuild pandas after your changes? |
i get: |
It seems like the only method not picked is |
Hour and microsecond seems to be done by #59622 |
i see those question are still on code_checks.sh
|
Hello @asdkfjsd I have a PR open for this and have been waiting for a review for a while now. |
i'm sorry , i will find another one |
I think all the tasks are picked already 😅. |
--------- Co-authored-by: Marco Gorelli <[email protected]>
I'll take: |
follow up on issues #56804 and #58063
pandas has a script for validating docstrings:
pandas/ci/code_checks.sh
Lines 206 to 244 in 0cdc6a4
Currently, some methods fail docstring validation check.
The task here is:
scripts/validate_docstrings.py <method-name>
code_checks.sh
scriptExample:
pandas.Timestamp.tz_localize fails with the SA01 error
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
The text was updated successfully, but these errors were encountered: