Reduction

Applies to: general, python

A reduction combines many values into fewer values, often one value: sum, min, max, mean, or count.

total = values.sum()

See also: array, axis