convert Date series into Series indicating Year/Quarter
Posted: Fri May 05, 2023 1:58 am
I would like to turn a Series containing dates in the format yyyy-mm-dd(as an example "2023-05-05") into a series of Years-Quarters in the format yyyyQq (as an example "2023Q2"). How can I do this?
I tried different things, but with no success.
I tried different things, but with no success.