I have some data that looks like this: 2203
I want the 22 to be converted to 2022 and 03 to be converted to Feb (note that it should be the prior month)
So the newly generated columns should be 2022 under Year and Feb under Month.
Updated:
Since @Qiu has asked me: for 2201, the outputs should be 2021 under year and Dec under month.