find median in array numpy code example Example: median of numpy array arr = np.array([1, 2, 3, 4, 5]) np.median(arr)