其他分享
首页 > 其他分享> > Data - Tools

Data - Tools

作者:互联网

数据工具汇总

01 - NumPy

HomePage:http://www.numpy.org/
NumPy(数值 Python 的简称)是用Python实现的用于科技计算的基础软件包,是一个强大的科学分析和建模工具

官方文档 - NumPy

02 - Pandas

HomePage:http://pandas.pydata.org/
针对Python语言的开源数据分析处理工具,可以提供高性能、易用的数据结构;

官方文档 - Pandas

03 - Matplotlib

HomePage:https://matplotlib.org/
Python语言的绘图库,功能强大,可绘制出各种专业的图像,支持各种平台,可实现定制;

官方文档 - Matplotlib

04 - StatsModels

HomePage:http://www.statsmodels.org/
Statsmodels is a Python module that provides classes and functions for the estimation of many different statistical models, as well as for conducting statistical tests, and statistical data exploration.

官方文档 - StatsModels

其他 - StatsModels

导入statsmodels.api时,出现类似“No module named 'patsy'”的报错

import statsmodels.api as sm
ModuleNotFoundError: No module named 'patsy'

确认当前环境是否已安装patsy模块。

05 - Seaborn

HomePage:https://seaborn.pydata.org/
Seaborn is a Python data visualization library based on matplotlib.
It provides a high-level interface for drawing attractive and informative statistical graphics.

官方文档 - Seaborn

06 - Pyecharts

HomePage:http://pyecharts.org/
Pyecharts是一款将python与echarts结合的强大的数据可视化工具

官方文档 - Pyecharts

标签:http,pydata,Tools,html,https,org,Data,pandas
来源: https://www.cnblogs.com/anliven/p/10352782.html