I have a data frame the following columns:
Date (Days of the week only, no holidays, over several years) Month Year ... I want to create a workday sequence. So I wanted a function that read the smallest day of the first month and the largest day of the first month and put a sequence from 1 to the end. And repeat this for every month of my database.
Any ideas ??