Python Pandas Matplot折线图值错误

时间:2018-09-05 20:30:44

标签: python pandas matplotlib

我正在尝试绘制使用与x轴相同的列的多个折线图。

我的名为agg_sheet的数据低于enter image description here

我的代码是

    plt.plot( agg_sheet['APPL'], agg_sheet['Std_Latency_x'])

但是出现错误ValueError:无法将字符串转换为float:'ACCMGR' “ ACCMGR”是APPL列下的最后一个值。

0 个答案:

没有答案