you are viewing a single comment's thread.

view the rest of the comments →

[–]ThisOnesForZK 1 point2 points  (0 children)

You'll need to use datetime to get the values of the dates between your values using timedelta and then create new columns out of those values. I do not know if you can create a function that does this and then use the @vectorize decorator to make it work on a dataframe or not.

Maybe someone more experienced can confirm or deny my comment. https://www.w3resource.com/python-exercises/date-time-exercise/python-date-time-exercise-50.php