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