ReductionApplies to: general, pythonA reduction combines many values into fewer values, often one value: sum, min, max, mean, or count. total = values.sum() See also: array, axis