pandas.tseries.offsets.CustomBusinessMonthEnd.m_offset#
- CustomBusinessMonthEnd.m_offset#
Return a MonthBegin or MonthEnd offset.
This is used internally to compute the month-based component of the custom business month offset calculation.
See also
tseries.offsets.MonthBeginRepresents the start of the month.
tseries.offsets.MonthEndRepresents the end of the month.
Examples
>>> pd.offsets.CustomBusinessMonthBegin().m_offset <MonthBegin>
>>> pd.offsets.CustomBusinessMonthEnd().m_offset <MonthEnd>