pandas.tseries.offsets.DateOffset.name # 日期偏移量。姓名# 返回表示基频的字符串。 例子 >>> pd.offsets.Hour().name 'h' >>> pd.offsets.Hour(5).name 'h'