numpy 利用np.std() 计算出现inf ... np.std(df_numpy) # -->inf. 计算的std的结果为inf,应该是数据溢出了,把dtype 改为float64 ,结果就出来了.
確定! 回上一頁