pandas.tseries.offsets.Tick.kwds # 打钩。kwds # 返回偏移量的额外参数的字典。 例子 >>> pd.DateOffset(5).kwds {} >>> pd.offsets.FY5253Quarter().kwds {'weekday': 0, 'startingMonth': 1, 'qtr_with_extra_week': 1, 'variation': 'nearest'}