pandas.Period.quarter#

Period.quarter#

Return the quarter this Period falls on.

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.