- Learning pandas(Second Edition)
- Michael Heydt
- 243字
- 2021-07-02 20:37:04
Summary
In this chapter, we went on a tour of the how and why of pandas, data manipulation/analysis, and science. This started with an overview of why pandas exists, what functionality it contains, and how it relates to concepts of data manipulation, analysis, and data science.
Then we covered a process for data analysis to set a framework for why certain functions exist in pandas. These include retrieving data, organizing and cleaning it up, doing exploration, and then building a formal model, presenting your findings, and being able to share and reproduce the analysis.
Next, we covered several concepts involved in data and statistical modeling. This included covering many common analysis techniques and concepts, so as to introduce you to these and make you more familiar when they are explored in more detail in subsequent chapters.
pandas is also a part of a larger Python ecosystem of libraries that are useful for data analysis and science. While this book will focus only on pandas, there are other libraries that you will come across and that were introduced so you are familiar with them when they crop up.
We are ready to begin using pandas. In the next chapter, we will begin to ease ourselves into pandas, starting with obtaining a Python and pandas environment, an overview of Jupyter notebooks, and then getting a quick introduction to pandas Series and DataFrame objects before delving into them im more depth in subsequent elements of pandas.
- OpenStack Cloud Computing Cookbook(Third Edition)
- GAE編程指南
- Boost程序庫完全開發(fā)指南:深入C++”準(zhǔn)”標(biāo)準(zhǔn)庫(第5版)
- 數(shù)據(jù)庫系統(tǒng)教程(第2版)
- ASP.NET Core 5.0開發(fā)入門與實(shí)戰(zhàn)
- Vue.js前端開發(fā)基礎(chǔ)與項(xiàng)目實(shí)戰(zhàn)
- SQL Server 2016數(shù)據(jù)庫應(yīng)用與開發(fā)習(xí)題解答與上機(jī)指導(dǎo)
- Learning Apache Mahout Classification
- Keras深度學(xué)習(xí)實(shí)戰(zhàn)
- Haskell Data Analysis Cookbook
- Scala for Machine Learning(Second Edition)
- Qt5 C++ GUI Programming Cookbook
- Java并發(fā)編程:核心方法與框架
- 30天學(xué)通C#項(xiàng)目案例開發(fā)
- Kohana 3.0 Beginner's Guide