- Learning pandas(Second Edition)
- Michael Heydt
- 260字
- 2021-07-02 20:36:59
Modeling
In the modeling stage you formalize your discoveries found during exploration into an explicit explanation of the steps and data structures required to get to the desired meaning contained within your data. This is the model, a combination of both data structures as well as steps in code to get from the raw data to your information and conclusions.
The modeling process is iterative where, through an exploration of the data, you select the variables required to support your analysis, organize the variables for input to analytical processes, execute the model, and determine how well the model supports your original assumptions. It can include a formal modeling of the structure of the data, but can also combine techniques from various analytic domains such as (and not limited to) statistics, machine learning, and operations research.
To facilitate this, pandas provides extensive data modeling facilities. It is in this step that you will move more from exploring your data, to formalizing the data model in DataFrame objects, and ensuring the processes to create these models are succinct. Additionally, by being based in Python, you get to use its full power to create programs to automate the process from beginning to end. The models you create are executable.
From an analytic perspective, pandas provides several capabilities, most notably integrated support for descriptive statistics, which can get you to your goal for many types of problems. And because pandas is Python-based, if you need more advanced analytic capabilities, it is very easy to integrate with other parts of the extensive Python scientific environment.
- Qt 5 and OpenCV 4 Computer Vision Projects
- 跟小海龜學Python
- 飛槳PaddlePaddle深度學習實戰
- D3.js 4.x Data Visualization(Third Edition)
- NGINX Cookbook
- Python深度學習:模型、方法與實現
- R語言:邁向大數據之路(加強版)
- 零代碼實戰:企業級應用搭建與案例詳解
- R Data Science Essentials
- 創意UI:Photoshop玩轉APP設計
- 大學計算機基礎實驗指導
- MySQL 8從零開始學(視頻教學版)
- Data Manipulation with R(Second Edition)
- Spring Boot從入門到實戰
- 川哥教你Spring Boot 2實戰