df = pd.read_csv('data.csv',index_col=0) df.index = [str(x) for x in df.index]
data_frame = pd.read_csv('data.csv',index_col=0)