- 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.
- 計算機網絡
- 大學計算機基礎(第二版)
- Building a Game with Unity and Blender
- 軟件架構設計:大型網站技術架構與業務架構融合之道
- 控糖控脂健康餐
- Mastering Articulate Storyline
- Animate CC二維動畫設計與制作(微課版)
- RTC程序設計:實時音視頻權威指南
- TypeScript實戰指南
- 基于Swift語言的iOS App 商業實戰教程
- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- Building RESTful Python Web Services
- C語言程序設計
- Yii Project Blueprints
- OpenResty完全開發指南:構建百萬級別并發的Web應用