Summary
In this chapter, we have learned how to create visually appealing charts of pandas
DataFrames with Matplotlib. While we can calculate many numerical statistics, charts usually offer greater insight more rapidly. You should always plot as many different charts as possible since each provides a different view of the data.
In the next chapter, we will learn how to perform statistical tests and estimate statistical models in Python.