how to find the index of the maximum value in an array python code example Example: get index of highest value in array python result = numpy.where(arr == numpy.amax(arr))