pandas.tseries.offsets.BQuarterEnd.name — pandas 2.2.3 documentation (original) (raw)

BQuarterEnd.name#

Return a string representing the base frequency.

Examples

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

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