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