Pandas绘图

作者: Epiphanyyaoyao | 来源:发表于2017-05-31 16:41 被阅读0次

    Series绘制序列图
    dta=pd.Series(map(lambda x: x.value ,data[1]), index=map(lambda x: x.value, data[0]))
    dta.plot()
    plt.pyplot.show()

    相关文章

      网友评论

        本文标题:Pandas绘图

        本文链接:https://www.haomeiwen.com/subject/aqjjfxtx.html