Book Image

Learning pandas - Second Edition

By : Michael Heydt
Book Image

Learning pandas - Second Edition

By: Michael Heydt

Overview of this book

You will learn how to use pandas to perform data analysis in Python. You will start with an overview of data analysis and iteratively progress from modeling data, to accessing data from remote sources, performing numeric and statistical analysis, through indexing and performing aggregate analysis, and finally to visualizing statistical data and applying pandas to finance. With the knowledge you gain from this book, you will quickly learn pandas and how it can empower you in the exciting world of data manipulation, analysis and science.
Table of Contents (16 chapters)

Summary

In this chapter, you learned how to perform numerical and statistical analyses on pandas objects. This included examination of many commonly used methods that will be used in calculating values and performing various analyses. We started with basic arithmetical operations and how data alignment factors into the operation and results. Then we covered many of the statistical operations provided in pandas, ranging from descriptive statistics to discretization through to rolling windows and random sampling. These lessons will set you up well for performing many real-world data analyses.

In the next chapter, we will change gears and look into how to load data from various data sources such as local files, databases, and remote web services.