-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DOC: Fix some RT02 issues in docstrings #50785
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
Conversation
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 clean up @DeaMariaLeon, looks good. Just a minor comment, not sure if it's affecting the execution or not.
ci/code_checks.sh
Outdated
pandas.Index.all \ | ||
pandas.Index.any \ | ||
pandas.MultiIndex.drop \ | ||
pandas.DatetimeIndex.to_pydatetime \ | ||
pandas.TimedeltaIndex.to_pytimedelta \ | ||
pandas.core.groupby.SeriesGroupBy.apply \ | ||
pandas.core.groupby.DataFrameGroupBy.apply \ | ||
pandas.io.formats.style.Styler.export \ | ||
pandas.api.extensions.ExtensionArray.astype \ | ||
pandas.api.extensions.ExtensionArray.dropna \ | ||
pandas.api.extensions.ExtensionArray.isna \ | ||
pandas.api.extensions.ExtensionArray.repeat \ | ||
pandas.api.extensions.ExtensionArray.unique \ |
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.
pandas.api.extensions.ExtensionArray.unique \ | |
pandas.api.extensions.ExtensionArray.unique |
I think you need to remove the backslash here, since this is the last in the list now
thanks for working on this! looks like there's still some errors:
|
Merge remote-tracking branch 'upstream/main' into docstrings
Thanks @DeaMariaLeon |
Thank you! |
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.Towards #49968