cfdm.Data.min

Data.min(axes=None)[source]

Return the minimum of an array or minimum along axes.

Missing data array elements are omitted from the calculation.

See also

max

Parameters:

axes: (sequence of) int, optional

Returns:
Data

Minimum of the data along the specified axes.

Examples: