请问用pandas将时间设为索引后,绘图该如何获取数据?


df.set_index('Date Local',inplace=True)
print(df['Date Local'])    #报错

请问该如何获取这一列的数据

img

df.index()