A Python reference implementation of the CF data model
Data.
maximum
Return the maximum of an array or the maximum along axes.
Missing data array elements are omitted from the calculation.
New in version 1.8.0.
See also
minimum
axes: (sequence of) int, optional
int
Data
Maximum of the data along the specified axes.
Examples: