Skip to content

Latest commit

 

History

History

Chapter 5: Visualizing Data with Pandas and Matplotlib

This chapter shows you how to create your own data visualizations in Python, first using the matplotlib library, and then directly from pandas objects.

Content

There are three 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 these datasets as well; solutions to the exercises can be found in the repository's solutions/ch_05/ directory.