Find maximum value & its index in a 2D Numpy Array: code example Example: find max value in 2d array python a = [1, 2, 3, 4, 5] print(max(a)) # 5