I would like to make a column of which week of the month. like the 2022-10-04 will be the first week of October. How should I do it ?
Date |
---|
2022-10-04 |
2022-10-04 |
2022-10-06 |
2022-10-12 |
2022-10-19 |
2022-10-25 |
2022-10-31 |
2022-11-02 |
2022-11-03 |
I would like to look like this
Date | Week |
---|---|
2022-10-04 | Week1_Oct |
2022-10-04 | Week1_Oct |
2022-10-06 | Week1_Oct |
2022-10-12 | Week1_Oct |
2022-10-19 | Week2_Oct |
2022-10-25 | Week3_Oct |
2022-10-31 | Week4_Oct |
2022-11-02 | Week1_Nov |
2022-11-03 | Week1_Nov |