pandas.tseries.offsets.Easter.rule_code — pandas 3.0.0rc0+48.gc16f4591ee documentation (original) (raw)

Easter.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.Hour().rule_code 'h'

pd.offsets.Week(5).rule_code 'W'