-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
ENH: Use explicit arguments in DataFrameGroupBy.describe #50406
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
Comments
take |
@dullibri if you are not working on this I would like to take it. |
Here you go! |
@rhshadrach I will be working on this issue. I might need your help. |
I think I was actually pretty close. However, the signature would not change always showing kwargs. |
@dullibri could you 'take', so issue shows as assigned ? |
@telferm57 read the message above pls. |
take |
5 tasks
@rhshadrach Could you please review the pull request? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently DataFrameGroupBy.describe uses
**kwargs
instead of explicit arguments. These eventually get passed toDataFrame.describe
. We should use explicit arguments, those fromDataFrame.describe
, instead.The text was updated successfully, but these errors were encountered: