标签:graph use 基础软件 indexing org manual under diff lib
HomePage:http://www.numpy.org/
NumPy(数值 Python 的简称)是用Python实现的用于科技计算的基础软件包,是一个强大的科学分析和建模工具
HomePage:http://pandas.pydata.org/
针对Python语言的开源数据分析处理工具,可以提供高性能、易用的数据结构;
HomePage:https://matplotlib.org/
Python语言的绘图库,功能强大,可绘制出各种专业的图像,支持各种平台,可实现定制;
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.api时,出现类似“No module named ‘patsy‘”的报错
import statsmodels.api as sm
ModuleNotFoundError: No module named ‘patsy‘
确认当前环境是否已安装patsy模块。
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.
HomePage:http://pyecharts.org/
Pyecharts是一款将python与echarts结合的强大的数据可视化工具
标签:graph use 基础软件 indexing org manual under diff lib
原文地址:https://www.cnblogs.com/anliven/p/10352782.html