dask.array.Array.max
dask.array.Array.max¶
- Array.max(axis=None, out=None, keepdims=False, initial=<no value>, where=True)[source]¶
This docstring was copied from numpy.ndarray.max.
Some inconsistencies with the Dask version may exist.
Return the maximum along a given axis.
Refer to numpy.amax for full documentation.
See also
numpy.amax
equivalent function