pandas.tseries.offsets.LastWeekOfMonth.rule_code#
- LastWeekOfMonth.rule_code#
Return a string representing the base frequency.
See also
tseries.offsets.Hour.rule_code
Returns a string representing the base frequency of ‘h’.
tseries.offsets.Day.rule_code
Returns a string representing the base frequency of ‘D’.
Examples
>>> pd.offsets.Week(5).rule_code 'W'
>>> pd.offsets.WeekOfMonth(n=1, week=0, weekday=0).rule_code 'WOM-1MON'