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