I have a column called BusMonth where date is like:
BusMonth
201402
201306
201708
From this I need to derve a column called season where it should look like:
Season
SP14
SU13
FA17
Basically the idea here is to to different season with the two letter year.
How can I derive that?
SPPandey