NumPy - Array Data Types
What is the output of this code?
import numpy as np arr = np.array([1, 2, 3], dtype='float32') print(arr.dtype)
import numpy as np arr = np.array([1, 2, 3], dtype='float32') print(arr.dtype)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions