I need to run a time-series model using StatsModels, and it requires my indices to be dates. However, currently my dates are all in string form. Is there any quick way for me to convert the dates to the format satisfied by statsmodel timeseries models?
My date string is currently like the following:
1/8/2015
1/15/2015
1/22/2015
1/29/2015
2/5/2015