pandas.tseries.offsets.Day.name# Day.name# 返回表示基本频率的字符串。 Examples >>> pd.offsets.Hour().name 'h' >>> pd.offsets.Hour(5).name 'h'