Data - Tools

01 - NumPy

NumPy(數值 Python 的簡稱)是用Python實現的用於科技計算的基礎軟件包,是一個強大的科學分析和建模工具html

  • 提供了大量數據結構,可以輕鬆地執行多維數組和矩陣運算
  • 可用做不一樣類型通用數據的多維容器
  • 能夠和其餘編程語言無縫集成
  • 能夠簡單而快速地與大量數據庫和工具結合

官網信息

02 - Pandas

針對Python語言的開源數據分析處理工具,能夠提供高性能、易用的數據結構;python

官網信息

03 - Matplotlib

Python語言的繪圖庫,功能強大,可繪製出各類專業的圖像,支持各類平臺,可實現定製git

官網信息

HomePage:https://matplotlib.org/github

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.web

  • 提供強大的數據統計、測試、探索、分析、建模和可視化功能
  • 利用Pandas對象做爲基礎數據容器進行計算
  • 包含一些經典的統計方法,好比貝葉斯方法和一個機器學習的模型

官網信息

其餘 - StatsModels

導入statsmodels.api時,出現相似「No module named 'patsy'」的報錯數據庫

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

確認當前環境是否已安裝patsy模塊。apache

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.編程

官網信息

06 - ECharts

Echarts是一個由百度開源的使用 JavaScript 實現的數據可視化庫,具有良好的交互性,精巧的圖表設計。api

官網信息

07 - Pyecharts

Pyecharts是一款將python與echarts結合的強大的數據可視化工具數組

官網信息

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.

官網信息

參考信息

09 - Bokeh

免費開源的交互式圖形工具,能讀取大型數據集或者流數據,以簡單快速的方式爲網頁提供優美、高交互性能的圖形。

官方資料

安裝參考

官方推薦的安裝方式是使用Anaconda Python及其附帶的Conda包管理系統(https://www.anaconda.com/distribution/

參考消息

相關文章
相關標籤/搜索