Python:pandas.DataFrame.plot

时间:2017-07-03 16:30:24

标签: python pandas dataframe

我想绘制以下内容:

df[['V1','V2']].plot(subplots=True,xticks=df['Dates'])

我收到以下错误:

  

无法比较类型'时间戳'类型'浮动'

如何以正确方式绘制日期?

1 个答案:

答案 0 :(得分:0)

如果将时间戳设置为数据帧的索引,则x轴标签将是您的时间戳。

Error: Could not access the Package Manager.  Is the system running?

这将产生以下图表。

plot result