pandas.tseries.offsets.YearBegin.freqstr# YearBegin.freqstr# 返回表示频率的字符串。 Examples >>> pd.DateOffset(5).freqstr '<5 * DateOffsets>' >>> pd.offsets.BusinessHour(2).freqstr '2bh' >>> pd.offsets.Nano().freqstr 'ns' >>> pd.offsets.Nano(-3).freqstr '-3ns'