摘要: 简介以及详细使用方法 https://pyecharts.org/ Echarts 是一个由百度开源的数据可视化 折线图的使用案例 from pyecharts.charts import Line from pyecharts import options as opts bar = ( Line 阅读全文
posted @ 2021-10-08 16:02 IVWT 阅读(183) 评论(0) 推荐(0)
摘要: DataFrame 是一个表格型的数据结构 可以看作是多个Series共用一个index索引 index各个Series Colimn 构造pandas.DataFrmae(data, index, columns,dtype, copy)data为一组数据 可用 ndarray series ma 阅读全文
posted @ 2021-10-08 09:46 IVWT 阅读(187) 评论(0) 推荐(0)