pandas.tseries.offsets.BusinessMonthBegin.name# BusinessMonthBegin.name# Return a string representing the base frequency. Examples >>>>>> pd.offsets.Hour().name 'H' Copy to clipboard >>>>>> pd.offsets.Hour(5).name 'H' Copy to clipboard