-
Notifications
You must be signed in to change notification settings - Fork 371
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
Add describe for GroupedDataFrame #1539
Conversation
@nalimilan - how does it combine with #1520. especially - I understand that EDIT: looking at #1520 actually something changed - right? |
See discussion at #1443. |
Is this still needed now that we have |
If your grouping column isn't one of the first or last 10 columns, then it will get cut from default |
Wait, I was confused, I meant It could still make sense to add |
I think it is good.
|
OK. So do you want to close this, or adjust it (like I suggested in my last comment)? |
@pdeffebach |
I will close this now. This has come across my mind a bit in the past few months and none of the solutions seems that appetizing. I will ponder other methods and open a new PR if I think of anything i like. |
Resolves issue #1443 by using
combine(map(describe, g)) |> groupby
.I added a test as well.