how to convert date index of dataframe using df.index.values.tolist() code example
Example: pandas dataframe from list how to make the date column an index
df.set_index(df['Date'], drop=False, append=False, inplace=False, verify_integrity=False).drop('Date', 1)