NumPy - Aggregation Functions
What will be the output of the following code?
arr = np.array([[2, 4, 6], [1, 3, 5]]) np.min(arr, axis=1)
arr = np.array([[2, 4, 6], [1, 3, 5]]) np.min(arr, axis=1)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions