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