ArgMax
Last updated
Was this helpful?
The ArgMax step allows you to get row(s) matching the maximum value in a given column. You can optionally specify to apply the step by group, i.e. get max row(s) by group.
Search max value in* (string): the column the maximum value will be searched in
Group by (array): array of one or several columns that will be used to constitute unique groups. Then the step will return max row(s) for every group)
Input

Configuration
Output

Last updated
Was this helpful?
Was this helpful?
{
"column": "age"
"group_by": []
}