pandas.tseries.offsets.Easter.name — pandas 3.0.0rc0+52.gb43b95d2b4 documentation (original) (raw)

Easter.name#

Return a string representing the base frequency.

See also

tseries.offsets.Week

Represents a weekly offset.

DateOffset

Base class for all other offset classes.

tseries.offsets.Day

Represents a single day offset.

tseries.offsets.MonthEnd

Represents a monthly offset that snaps to the end of the month.

Examples

pd.offsets.Hour().name 'h'

pd.offsets.Hour(5).name 'h'