Skip to content

Latest commit

 

History

History

Chapter 3: Data Wrangling with Pandas

In this chapter, we discuss the process of data manipulation, learn how to explore an API to gather data, and perform data cleaning and reshaping with pandas.

Content

There are five notebooks that we will work through, each numbered according to when they will be used:

All the datasets necessary for the aforementioned notebooks, along with information on them, can be found in the data/ directory. The end-of-chapter exercises will use the datasets in the exercises/ directory; solutions to these exercises can be found in the repository's solutions/ch_03/ directory.