-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Specify that both by
and level
should not be specified in groupby
- GH40378
#47690
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
by
and level
should not be specified in groupby
by
and level
should not be specified in groupby
by
and level
should not be specified in groupby
- GH40378
Please review the documentation check errors: https://github.com/pandas-dev/pandas/runs/7312164428?check_suite_focus=true |
doc/source/user_guide/groupby.rst
Outdated
|
||
@verbatim | ||
In [1]: gb.<TAB> # noqa: E225, E999 | ||
:okexcept: |
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.
Why did this need to change?
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.
The gb.<TAB>
doesn't pass the tests when I try to build the documentation. I also added :okexcept:
because of a build error.
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.
Could you change this in a subsequent PR if this was failing locally to keep this PR scoped to the linked issue?
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.
Sure!
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.
Looks like these changes still exist in the latest commit
It seems as if there is something wrong with my local machine. I will be closing this PR and opening a new one soon. Thanks for the help! |
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.