Currently DataFrameGroupBy.describe uses **kwargs instead of explicit arguments. These eventually get passed to DataFrame.describe. We should use explicit arguments, those from DataFrame.describe, instead.

Comment From: dullibri

take

Comment From: asadullahnaeem

@dullibri if you are not working on this I would like to take it.

Comment From: dullibri

Here you go!

Comment From: asadullahnaeem

@rhshadrach I will be working on this issue. I might need your help.

Comment From: dullibri

I think I was actually pretty close. However, the signature would not change always showing kwargs.

Comment From: telferm57

@dullibri could you 'take', so issue shows as assigned ?

Comment From: dullibri

@telferm57 read the message above pls.

Comment From: asadullahnaeem

take

Comment From: asadullahnaeem

@rhshadrach Could you please review the pull request?