i have a dataset where i need to get the max from each group, is there a tool that can help me do this?
input
desired output:
Gotcha, see if that attached example helps
Hey @matthew_swanson !
You can do it with summarize tool, groupby the column 1 and select column 2 to get the max.
Hope that helps!
@marcusmontenegroAlmost. ive managed to get the summarize tool to return the max value for each group, but i cant figure out how to make it return the key for that row.. the value itself is only going to be helpful if i know which row it came from