模块之numpy,pandas,matplotlib

Posted shiqizz

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了模块之numpy,pandas,matplotlib相关的知识,希望对你有一定的参考价值。

numpy模块

numpy数组(矩阵)的运算, 科学运算, tensorflow

pandas模块

文件(excel)的处理

read_excel()/to_excel()

matplotlib模块

画图, plt.plot()/plt.bar()/plt.scatter()/plt.hist()/plt.pie()

re模块

  1. 正则表达式,字符串内找特定的字符串

typing模块

  1. 获取一些数据类型,generator

collections模块

  1. 增加一些特殊的数据类型

shutil模块

  1. 文件的解压缩

xml模块

  1. 配置文件

subprocess模块

  1. 替代cmd输入命令

python无所不能,只要你想得到的基本都有了

以上是关于模块之numpy,pandas,matplotlib的主要内容,如果未能解决你的问题,请参考以下文章

Python之Pandas知识点

11-2 numpy/pandas/matplotlib模块

numpy 模块和 pandas 模块

Python数据分析之numpy学习

python之pandas模块的基本使用

进阶第十六课 Python模块之Pandas