I have a df like this:
Year 2016 2017
Month
1 0.979000 1.109000
2 0.974500 1.085667
3 1.004000 1.075667
4 1.027333 1.184000
5 1.049000 1.089000
6 1.013250 1.085500
7 0.999000 1.059000
8 0.996667 1.104000
9 1.024000 1.121333
10 1.019000 1.126333
11 0.949000 1.183000
12 1.074000 1.203000
How can I add a 'Season' column that populates "Spring", "Summer" etc. based on the numerical value of month? E.g months 12, 1, and 2 = Winter, etc?