📄️ argMaxCalculates the arg value for a maximum val value. If there are several different values of arg for maximum values of val, returns the first of these values encountered.
📄️ argMinCalculates the arg value for a minimum val value. If there are several different values of arg for minimum values of val, returns the first of these values encountered.
📄️ Aggregate Function CombinatorsThe name of an aggregate function can have a suffix appended to it. This changes the way the aggregate function works.