使用python計算方差——pandas.series.std()

這篇博客簡單展現一下pandas裏怎麼計算方差: 官方文檔: http://pandas.pydata.org/pandas-docs/stable/generated/pandas.Series.std.htmlhtml def def_std(df): for ix,row in df.iterrows(): std = row.std() df.loc[ix,"std"]
相關文章
相關標籤/搜索