In this chapter, we examined many of the most common means of visualizing data from pandas. Visualization of your data is one of the best ways to quickly understand the story that is being told within the data. Python, pandas, and matplotlib (and even a few other libraries) provide a means of very quickly getting to the underlying message and displaying it beautifully too, with only a few lines of code.
In the next and final chapter of the book, we will examine the application of pandas in finance, particularly stock price analysis.