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. (It is almost by accident that you can get away with calculating the mean without looking at all the rows.) This example shows how to keep the set of values. See the source for details.