numpy.ndarray.max
#
method
ndarray.max(axis=None, out=None, *, keepdims=<novalue>, initial=<novalue>, where=<novalue>)
Return the maximum along a given axis.
Refer to
numpy.amax
for full documentation.
See also
equivalent function