pandas.tseries.offsets.BusinessDay.name#
- BusinessDay.name#
Return a string representing the base frequency.
See also
tseries.offsets.WeekRepresents a weekly offset.
DateOffsetBase class for all other offset classes.
tseries.offsets.DayRepresents a single day offset.
tseries.offsets.MonthEndRepresents a monthly offset that snaps to the end of the month.
Examples
>>> pd.offsets.Hour().name 'h'
>>> pd.offsets.Hour(5).name 'h'