pandas.Period.quarter#

Period.quarter#

Return the quarter this Period falls on.

See also

Timestamp.quarter

Return the quarter of the Timestamp.

Period.year

Return the year of the period.

Period.month

Return the month of the period.

Examples

>>> period = pd.Period('2022-04', 'M')
>>> period.quarter
2
Morty Proxy This is a proxified and sanitized view of the page, visit original site.