I'm struggling with a date that I want to extrapolate based on a frequency. The maximum latest date is the end of the year.
My columns are:
route
frequency_days
date_start
How can i realize this in the right way?
I'm struggling with a date that I want to extrapolate based on a frequency. The maximum latest date is the end of the year.
My columns are:
route
frequency_days
date_start
How can i realize this in the right way?
This should do the trick.
Thanks! 👍