calculate_smooth.py 文件源码

python
阅读 28 收藏 0 点赞 0 评论 0

项目:Global_GPP_VPM_NCEP_C3C4 作者: zhangyaonju 项目源码 文件源码
def sep_sg(df):
    #df = df.as_matrix()
    df[np.isnan(df)] = 0
    df = savgol_filter(df, axis=0, window_length=5, polyorder=3)
    return df
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号