DataFrame.pct_change(periods=1, fill_method='pad', limit=None, freq=None, **kwargs)
# 返回值
Series or DataFrame,The same type as the calling object
pct_change()计算股市涨跌幅||增长率
最新推荐文章于 2025-04-26 00:18:45 发布
DataFrame.pct_change(periods=1, fill_method='pad', limit=None, freq=None, **kwargs)
# 返回值
Series or DataFrame,The same type as the calling object