-
-
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: fixing GL08 errors for pandas.Series.dt #57751
Conversation
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
I'm missing something. You seem to be modifying the one for Index. It would be good to use the |
/preview |
Website preview of this PR available at: https://pandas.pydata.org/preview/pandas-dev/pandas/57751/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update @s1099, looks good now. Just two minor things more if you don't mind.
Co-authored-by: Marc Garcia <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @s1099, looks great.
Thanks @s1099 |
* fix GL08 error and write docstring for pandas.Series.dt * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update docstring with parameters * format docstring and remove from validate docstring ignore * Remove parameters, returns and add reference * remove Raises, Notes and update description * make it pass ci checks * update see also * Update ci/code_checks.sh Co-authored-by: Marc Garcia <[email protected]> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Marc Garcia <[email protected]>
Resolved GL08 error for
scripts/validate_docstrings.py --format=actions --errors=GL08 pandas.Series.dt
xref: #57443
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.