Frequently asked question: how to show the minimum/maximum of some value in the rows?
Some kinds of reductions require the entire set of values at every step: median, mode, minimum, maximum. (The mean just needs a running sum.)
This example shows how to keep the set of values.