NumPy - Aggregation Functions
Given the 2D array:
arr = np.array([[3, 7, 2], [5, 1, 9]])What does
np.argmin(arr) return?arr = np.array([[3, 7, 2], [5, 1, 9]])What does
np.argmin(arr) return?15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions