If I have a column of dates filed like the below;
Date
2021-08-01
2021-08-02
2021-08-03
2021-08-01
2021-08-02
What I wish to do is add a new column that will tell me the number of mondays for example that the date is in the year.
so I can see that for the first record the first of August was a Sunday and it was the 31st Sunday of the year, whereas the 12th was a Thursday and was the 32nd Thursday of the year.
Date        Number Of WeekDay in Year
2021-08-01            31
2021-08-02            31
2021-08-03            31
2021-08-12            32
   ...                ...
If it makes it easier is there a way to do it using the python tool within Alteryx?
 
     
     
    