For example, if a dataset contains 10 rows and 5 columns: an asset identifier, a temperature reading and 3 other readings. The first 5 rows are for asset A and the next 5 are for asset B. A Min Max agent that grouped by the asset identifier, and performed a minimum aggregation on the temperature, would return one event per asset: the event with the minimum temperature.