Hello I've seen posts similar to this one which describe how users can add missing values to a time series using Python. I currently have a list of services with no time component that I'd like to create a row per day for.
Currently the data looks like Service1 Service2
And I'd like it to look like: Service1 2017-01-01 .... Service1 2017-12-31 Service2 2017-01-01 .... Service2 2017-12-31