摘要: Matplotlib 1,Matplotlib - 介绍 Matplotlib是一个强大的Python绘图和数据可视化的工具包。 这里可以使用jupyter,ipython notebook桌面解释器来运行matplotlib。 2,plot函数-绘制图像 plot函数:绘图函数。回值点图或线图,具 阅读全文
posted @ 2019-01-06 17:02 Qiuma 阅读(391) 评论(0) 推荐(0)
摘要: 数据分析核心包 - pandas pandas简介 pandas是一个强大的Python数据分析的工具包,是基于NumPy构建的。 pandas的主要功能 具备对其功能的数据结构DataFrame,Series 集成时间序列功能 提供丰富的数学运作和操作 灵活处理缺失数据 安装方法:pip inst 阅读全文
posted @ 2019-01-06 17:00 Qiuma 阅读(235) 评论(0) 推荐(0)
TOP ↑