-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: fix PR02 errors in docstring for pandas.core.groupby.DataFrameGroupBy.corrwith #57243
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 PR. Just in case you aren't aware, the validation runs on the CI, so you don't need to show the result of OUTPUT:
if you don't want to - we'll see it if it fails 😄.
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.
lgtm
@mroeschke can you take a look at this PR when you get a chance? |
Thanks keep em coming! |
…oupBy.corrwith (pandas-dev#57243) * DOC: fix PR02 errors in docstring for pandas.core.groupby.DataFrameGroupBy.corrwith * updated code example for groupby(...).corrwith
All PR02 Errors resolved in the following cases:
OUTPUT:
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.