A complete implementation of the CF data model
Data.
sum
Return the sum of an array or the sum along axes.
Missing data array elements are omitted from the calculation.
See also
max, min
max
min
axes: (sequence of) int, optional
int
Data
The sum of the data along the specified axes.
Examples: