Your arrays are not all nan. It prints nan because that is how np.mean and np.std work, if the array contains any nans, the result will be ...
確定! 回上一頁