目录

搜索

输入搜索字词或模块,类或函数名称。

pandas.core.groupby.DataFrameGroupBy.shift

DataFrameGroupBy.shift(periods=1, freq=None, axis=0)[source]

通过周期观察来移动每个组

参数:

时期:整数,默认为1

要移位的周期数

freq:频率字符串

axis:轴移动,默认为0

Scroll To Top