0
I have a data frame the following columns:
Date (Only days of the week and without holidays, of several years) Month Year ... I want to create a sequence of business days. So I wanted a function that read the smallest day of the first month and the biggest day of the first month and put a sequence of 1 until the end. And repeat this for every month of my database.
Any idea??