NumPy - Aggregation Functions
Identify the error in this code snippet:
import numpy as np arr = np.array([3, 6, 9]) print(np.min arr)
import numpy as np arr = np.array([3, 6, 9]) print(np.min arr)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions