- Python Business Intelligence Cookbook
- Robert Dempsey
- 183字
- 2021-07-30 09:51:48
Learn about the Python libraries we will be using
Seven Python libraries make up our Python business intelligence toolkit:
- Pandas: A set of high-performance, easy-to-use data structures and data analysis tools. Pandas are the backbone of all our business intelligence tasks.
- Scikit-learn: Gives us simple and efficient tools for data mining and data analysis including classification, regression, clustering, dimensionality reduction, model selection, and preprocessing. This will be the workhorse library for our analysis.
- Numpy: An efficient multi-dimensional container of generic data that allows for arbitrary datatypes to be defined. We won't use numpy directly; however, Pandas relies on it.
- Matplotlib: A 2D plotting library. We'll use this to generate all our charts.
- PyMongo: Allows us to connect to and use MongoDB. We'll use this to insert and retrieve data from MongoDB.
- XlsxWriter: This allows us to access and create Microsoft Excel files. This library will be used to generate reports in the Excel format.
- IPython Notebook (Jupyter): An interactive computational environment. We'll use this to write our code so that we can get feedback faster than running a script over and over again.
推薦閱讀
- Dynamics 365 for Finance and Operations Development Cookbook(Fourth Edition)
- 零基礎學Visual C++第3版
- Mastering C# Concurrency
- 從學徒到高手:汽車電路識圖、故障檢測與維修技能全圖解
- ArcGIS By Example
- ASP.NET程序開發范例寶典
- Frank Kane's Taming Big Data with Apache Spark and Python
- Python爬蟲、數據分析與可視化:工具詳解與案例實戰
- Java程序設計教程
- C語言程序設計與應用實驗指導書(第2版)
- Shopify Application Development
- Spring Web Services 2 Cookbook
- Hands-On Data Visualization with Bokeh
- Instant PhoneGap
- Unity3D游戲開發標準教程