How should I initialize a numpy array of NaN values? Below is what I tried in the terminal: >>> import numpy as np >>> x = np.array([0,0,0]) ...
確定! 回上一頁