Skip to content

Conversation

Bonifacio2
Copy link

I think what you meant here is that df.groupby(df['key']).sum() is a more verbose way of accomplishing df.groupby('key').sum() and not df.groupby('key').

I think what you meant here is that `df.groupby(df['key']).sum()` is a more verbose way of accomplishing `df.groupby('key').sum()` and not `df.groupby('key')`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant