NumPy - Fundamentals
Given a Python list
data = [4, 5, 6], which of the following is the correct way to convert it into a NumPy array?data = [4, 5, 6], which of the following is the correct way to convert it into a NumPy array?np.array().numpy.list_to_array or np.convert do not exist.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions