numpy,pandas,matplotlib怎么用

发布时间:2021-11-30 10:22:12 作者:小新
来源:亿速云 阅读:390

这篇文章将为大家详细讲解有关numpy,pandas,matplotlib怎么用,小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。

 使用Python中的三个库可以优雅地进行数据分析,得到一只野生的Matlab,这三个库是numpy,pandas 和 matplotlib。

numpy是高性能科学计算和数据分析的基础包,其array多维数组拥有丰富的数据类型,基于向量化技术可以有效代替循环,代码简单速度极快。

以numpy为基础的pandas中的数据框dataframe集数据分析工具万象于一身,可以像array数组一样进行复杂计算,又可以像excel一样地操作数据,又可以像SQL一样地操作数据。

而matplotlib进一步以matlab风格实现了绘图功能。其强大的数据可视化能力可以让你的数据分析结果颜值倾城。

一、numpy 库

numpy提供了三种常用的对象,数组array、矩阵matrix和ufunc(universal function)。

1,创建array

numpy,pandas,matplotlib怎么用

2,访问array元素

numpy,pandas,matplotlib怎么用

3,array运算

numpy,pandas,matplotlib怎么用

4,使用matrix运算

numpy,pandas,matplotlib怎么用

5,使用ufunc对象

numpy,pandas,matplotlib怎么用

二、pandas 库

pandas中的DataFrame是交互性最好在数据分析中使用最广泛的数据结构。

pandas 中常用的数据结构有:

(1)Series:一维数组,与Numpy中的一维array类似。

Series中只允许存储相同的数据类型。

(2)DataFrame:二维的表格型数据结构。

可以将DataFrame理解为Series的容器。

(3)Panel :三维的数组,可以理解为DataFrame的容器。

1,Series对象

numpy,pandas,matplotlib怎么用

2,创建DataFrame对象

numpy,pandas,matplotlib怎么用

3,从excel中读入DataFrame对象

numpy,pandas,matplotlib怎么用

4,增加行

numpy,pandas,matplotlib怎么用

5,删除行

numpy,pandas,matplotlib怎么用

6,增加列

numpy,pandas,matplotlib怎么用

7,删除列

numpy,pandas,matplotlib怎么用

8,移动列

numpy,pandas,matplotlib怎么用

9,排序

numpy,pandas,matplotlib怎么用

10,拼接

numpy,pandas,matplotlib怎么用

11,选取数据

有三种选取数据的方法:下标索引、标签索引、布尔索引。

numpy,pandas,matplotlib怎么用

12,导出到csv文件或excel文件

numpy,pandas,matplotlib怎么用

13,常用统计函数

numpy,pandas,matplotlib怎么用

numpy,pandas,matplotlib怎么用

numpy,pandas,matplotlib怎么用

14,时间格式

numpy,pandas,matplotlib怎么用

三,matplotlib 库

matplotlib 支持函数式绘图和面向对象绘图两种绘图方式。

函数式绘图方式与matlab风格一致,先用一条语句画出图像,然后用一系列函数去修饰。而面向对象绘图方式一般自上而下完成,先创建figure,然后再创建子图ax,然后绘制data,最后设计各种辅助元素 (包括 xaxis, yaxis, title, grid,legend, annotate 等 )。

1,折线图

numpy,pandas,matplotlib怎么用

numpy,pandas,matplotlib怎么用

numpy,pandas,matplotlib怎么用

numpy,pandas,matplotlib怎么用

numpy,pandas,matplotlib怎么用

2,条形图

numpy,pandas,matplotlib怎么用

3,柱形分布图

numpy,pandas,matplotlib怎么用

4,散点图

numpy,pandas,matplotlib怎么用

5,饼图

numpy,pandas,matplotlib怎么用

6,绘制子图

numpy,pandas,matplotlib怎么用

numpy,pandas,matplotlib怎么用

Appendix:Jupyter Notebook 常用快捷键

关于“numpy,pandas,matplotlib怎么用”这篇文章就分享到这里了,希望以上内容可以对大家有一定的帮助,使各位可以学到更多知识,如果觉得文章不错,请把它分享出去让更多的人看到。

推荐阅读:
  1. python中numpy和pandas介绍
  2. Centos安装各种数据分析库,numpy,pandas,matplotlib,seaborn,scipy

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

python matlab matplotlib

上一篇:Pandas常用的功能有哪些

下一篇:C/C++ Qt TreeWidget单层树形组件怎么应用

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》