numpy.amax# numpy.amax(a, axis=None, out=None, keepdims=<no value>, initial=<no value>, where=<no value>)[source]# Return the maximum of an array or maximum along an axis. amax is an alias of max. See also maxalias of this function ndarray.maxequivalent method