A complete Python implementation of the CF data model
Data.
minimum
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
axes: (sequence of) int, optional
int
Data
Minimum of the data along the specified axes.
Examples: