开发者社区 问答 正文

Python中rolling_mean函数解释是什么呢?

Python中rolling_mean函数解释是什么呢?

展开
收起
游客qzzytmszf3zhq 2021-11-30 14:58:25 454 分享 版权
1 条回答
写回答
取消 提交回答
  • pandas.rolling_mean(arg, 
    					window, 
    					min_periods=None, 
    					freq=None, 
    					center=False, 
    					how=None, **kwargs)
    
    2021-11-30 14:58:43
    赞同 展开评论