Data - Tools
01 - NumPy
NumPy(数值 Python 的简称)是用Python实现的用于科技计算的基础软件包,是一个强大的科学分析和建模工具
- 提供了大量数据结构,能够轻松地执行多维数组和矩阵运算
- 可用作不同类型通用数据的多维容器
- 可以和其他编程语言无缝集成
- 可以简单而快速地与大量数据库和工具结合
官网信息
- HomePage:http://www.numpy.org/
- Manual:https://docs.scipy.org/doc/numpy/
- User Guide:https://docs.scipy.org/doc/numpy/user/
- Reference:https://docs.scipy.org/doc/numpy/reference/generated/
- Function Index:https://docs.scipy.org/doc/numpy/genindex.html
02 - Pandas
针对Python语言的开源数据分析处理工具,可以提供高性能、易用的数据结构;
官网信息
- HomePage:http://pandas.pydata.org/
- Docs: http://pandas.pydata.org/pandas-docs/stable/index.html
- Function Index:http://pandas.pydata.org/pandas-docs/stable/genindex.html
- API:http://pandas.pydata.org/pandas-docs/stable/api.html
- Tutorials:http://pandas.pydata.org/pandas-docs/stable/tutorials.html
- 10 Minutes to pandas:http://pandas.pydata.org/pandas-docs/stable/10min.html
- Cookbook:http://pandas.pydata.org/pandas-docs/stable/cookbook.html
03 - Matplotlib
Python语言的绘图库,功能强大,可绘制出各种专业的图像,支持各种平台,可实现定制
官网信息
HomePage:https://matplotlib.org/
- Docs : https://matplotlib.org/contents.html
- Examples:https://matplotlib.org/gallery/index.html
- Tutorials:https://matplotlib.org/tutorials/index.html
- API:https://matplotlib.org/api/
- User Guide:https://matplotlib.org/contents.html
- Function Indexing:https://matplotlib.org/genindex.html
- Python Module Index:https://matplotlib.org/py-modindex.html
04 - StatsModels
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.
- 提供强大的数据统计、测试、探索、分析、建模和可视化功能
- 利用Pandas对象作为基础数据容器进行计算
- 包含一些经典的统计方法,比如贝叶斯方法和一个机器学习的模型
官网信息
- HomePage:http://www.statsmodels.org/
- Documentation:https://www.statsmodels.org/stable/index.html
- Getting started:http://www.statsmodels.org/stable/gettingstarted.html
- Examples:http://www.statsmodels.org/stable/examples/index.html
- Index - Module:http://www.statsmodels.org/stable/py-modindex.html
- Index - Function:http://www.statsmodels.org/stable/genindex.html
其他 - StatsModels
导入statsmodels.api时,出现类似“No module named 'patsy'”的报错
import statsmodels.api as sm
ModuleNotFoundError: No module named 'patsy'
确认当前环境是否已安装patsy模块。
05 - Seaborn
Seaborn is a Python data visualization library based on matplotlib.
It provides a high-level interface for drawing attractive and informative statistical graphics.
官网信息
- HomePage:https://seaborn.pydata.org/
- Introduction:http://seaborn.pydata.org/introduction.html
- Tutorial:http://seaborn.pydata.org/tutorial.html
- Index:http://seaborn.pydata.org/examples/index.html
- API:http://seaborn.pydata.org/api.html
06 - ECharts
Echarts是一个由百度开源的使用 JavaScript 实现的数据可视化库,具备良好的交互性,精巧的图表设计。
官网信息
- 中文官网:http://echarts.baidu.com/
- English HomePage: https://echarts.apache.org/zh/index.html
- GitHub:https://github.com/apache/incubator-echarts
- Tutorial:https://echarts.baidu.com/tutorial.html
- API:https://echarts.baidu.com/api.html
07 - Pyecharts
Pyecharts是一款将python与echarts结合的强大的数据可视化工具
官网信息
- HomePage:http://pyecharts.org/
- Documentation:http://pyecharts.org/#/zh-cn/
08 - OpenRefine
A free, open source, powerful tool for working with messy data.
OpenRefine is a Java-based power tool that allows you to load data, understand it, clean it up, reconcile it, and augment it with data coming from the web. All from a web browser and the comfort and privacy of your own computer.
官网信息
- Home:http://openrefine.org/
- Documentation:http://openrefine.org/documentation.html
- GitHub:https://github.com/OpenRefine/OpenRefine
- Wiki:https://github.com/OpenRefine/OpenRefine/wiki
- Installation:https://github.com/OpenRefine/OpenRefine/wiki/Installation-Instructions
参考信息
- OpenRefine简要:https://www.cnblogs.com/anovana/p/8267435.html
- 《Using OpenRefine》翻译: https://blog.csdn.net/loveyy1010/article/category/6924139
09 - Bokeh
免费开源的交互式图形工具,能读取大型数据集或者流数据,以简单快速的方式为网页提供优美、高交互性能的图形。
官方资料
- Home:https://bokeh.pydata.org/en/latest/
- GitHub:https://bokeh.pydata.org/en/latest/
- User Guide:https://bokeh.pydata.org/en/latest/docs/user_guide.html
- Quickstart:https://bokeh.pydata.org/en/latest/docs/user_guide/quickstart.html
- Tutorial:https://gke.mybinder.org/v2/gh/bokeh/bokeh-notebooks/master
安装参考
官方推荐的安装方式是使用Anaconda Python及其附带的Conda包管理系统(https://www.anaconda.com/distribution/)
参考消息
Data - Tools的更多相关文章
- 无法为目标平台“Microsoft.Data.Tools.Schema.Sql.Sql120DatabaseSchemaProvider”创建扩展管理器
很久没写博客了,这段时间情绪不那么稳定,还是心态的问题... 就简单写个问题的解决方法吧,其实最近遇到的问题蛮多的,就拿这个解决过后又遇到的来写吧. 正如标题一样:VS2013 无法为目标平台“Mic ...
- 未能加载包“Microsoft SQL Server Data Tools”
直接在vs2013里的App_Data目录创建数据库,在服务器资源管理器中查看时报错: 未能加载包“Microsoft SQL Server Data Tools” 英文: The 'Microsof ...
- SQL Server Data Tools – Business Intelligence for Visual Studio 2012安装时提示“The CPU architecture....”的解决方法
SQL Server Data Tools – Business Intelligence for Visual Studio 2012,一个很强大的工具,下载地址:http://www.micros ...
- Microsoft SQL Server Data Tools - Business Intelligence for Visual Studio 2013 http://www.microsoft.com/en-us/download/details.aspx?id=42313
Microsoft SQL Server Data Tools - Business Intelligence for Visual Studio 2013 http://www.microsoft. ...
- 出现Data Tools 与VS 不兼容问题
转载自:http://www.yishimei.cn/network/73.html 相信很多人都遇到了“此版本的SQL Server Data Tools与此计算机中安装的数据库运行时组件不兼容”这 ...
- 报错:此版本的SQL Server Data Tools与此计算机中安装的数据库运行时组件不兼容
在Visual Studio 2012中使用Entity Framework,根据模型生成数据库时,报如下错误: 无法在自定义编辑器中打开Transact-SQL文件此版本的SQL Server Da ...
- Microsoft SQL Server Data Tools - Business Intelligence for Visual Studio 2013 SSIS
VS2012 SSDTBI_VS2012_x86_CHS.exe http://www.microsoft.com/zh-CN/download/details.aspx?id=36843 VS201 ...
- Toward Scalable Systems for Big Data Analytics: A Technology Tutorial (I - III)
ABSTRACT Recent technological advancement have led to a deluge of data from distinctive domains (e.g ...
- 浅析基于微软SQL Server 2012 Parallel Data Warehouse的大数据解决方案
作者 王枫发布于2014年2月19日 综述 随着越来越多的组织的数据从GB.TB级迈向PB级,标志着整个社会的信息化水平正在迈入新的时代 – 大数据时代.对海量数据的处理.分析能力,日益成为组织在这个 ...
随机推荐
- adjustsFontSizeToFitWidth 与 NSLineBreakByCharWrapping 无法共用
newLabel.lineBreakMode = NSLineBreakByCharWrapping; newLabel.text = content; newLabel.adjustsFontSiz ...
- JS全角与半角转化小结
最近在做PC端网站的页面的一个表单校验,需要把全角输入转化成半角符号.之前没有了解过这些编码的知识,还是得Google一下查查资料,故简单总结一下. 什么是全角.半角 传统上,英语或拉丁字母语言使用的 ...
- python全栈开发day115、116-websocket、websocket原理、websocket加解密、简单问答机器人实现
1.websocket 1.websocket 与轮询 轮询: 不断向服务器发起询问,服务器还不断的回复 浪费带宽,浪费前后端资源 保证数据的实时性 长轮询: 1.客户端向服务器发起消息,服务端轮询, ...
- AutoProject Studio 自动化项目生成器 下载地址
一.ZCN.NET 自动化项目生成器 下载专区 [如果下载链接不可用,请直接联系作者,QQ:3080400049] 1.1.ZCN.NET 自动化项目生成器 安装程序 V2016Beta1 ...
- day23.面向对象之继承
1.什么是继承 继承是一种创建新类的方式,在python中,新建的类可以继承一个或多个父类,父类又可称为基类或超类,新建的类称为派生类或子类 python中类的继承分为:单继承和多继承 class A ...
- 创建线程的一般方式和匿名内部类方式对比——实现runnable接口,重新run方法
启动:使用静态代理设计模式 优点:可同时实现继承,避免单继承局限性 一般方式: Programer.java /** * 真实角色 * * @author :liuqi * @date :2018-0 ...
- PBRT笔记(10)——体积散射
体散射处理过程 3个影响参与介质在环境中的辐射度分布的主要因素: 吸收:减少光能,并将其转化为别的能量,例如热量. 发光:由光子发射光能至环境中. 散射:由于粒子碰撞,使得一个方向的辐射度散射至其他方 ...
- Javascript 获取文档元素
一.getElementById() 参数:id 属性,必须唯一. 返回:元素本身.若 id 不唯一,则返回第一个匹配的元素. 定义的位置:仅 document(即:除 document 之外的元素调 ...
- elasticsearch简单操作
现在,启动一个节点和kibana,接下来的一切操作都在kibana中Dev Tools下的Console里完成 创建一篇文档 将小黑的小姨妈的个人信息录入elasticsearch.我们只要输入 PU ...
- timesten报错:error while loading shared libraries: libaio.so.1: cannot open shared object file : No such file or directory
我遇到的这个错是因为缺少依赖:libaio 直接yum -y install libaio 然后重新安装就OK了