You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@WillAyd
Just so I'm clear, you're suggesting something like: test.groupby('groups').transform({'value1': [np.mean, max], 'value2': max}) which should return something like:
@WillAyd
Just so I'm clear, you're suggesting something like:
test.groupby('groups').transform({'value1': [np.mean, max], 'value2': max})
which should return something like:Originally posted by @brianhuey in #17309 (comment)
Exactly this is my feature request.
The text was updated successfully, but these errors were encountered: