Summary
In this chapter, we have learned the fundamentals of pandas visualization and how to create charts. After going through the basics of creating charts in pandas, we looked at how we can further customize charts by using the matplotlib package. Then, we learned what the main charts are for each type of data, such as numerical data, categorical data, and statistical data, before learning how to handle multiple data plots.
Finally, we applied our learnings to an activity with the purpose of applying what we learned in this chapter to a business case, where the goal was to determine how different factors affect a price. In the next chapter, you will learn how to model data to derive insights.