cfdm.Data.minimum

Data.minimum(axes=None)[source]

Return the minimum of an array or minimum along axes.

Missing data array elements are omitted from the calculation.

New in version 1.8.0.

See also

maximum

Parameters

axes: (sequence of) int, optional

Returns
Data

Minimum of the data along the specified axes.

Examples: