Visualizations#

Visualizations can help us get a better understanding of the data by displaying the information in an easy-to-parse format. However, visualizations can also be quite complicated and difficult to do well. In this chapter, we discuss a few different methods for creating visualizations. These methods have varying levels of ease of use and customizability. We suggest using the methods that you find easiest first, then branch out and try others as you discover limitations in what you want to try to show.

Motivating Question#

Recall the motivating question from last chapter:

What is the difference in the number of jobs by age group and by year? What are the different trends across years?

This might be easiest to see using visualizations instead of needing to look through lots of numbers. We’ll take what we did with functions and loops and try to visualize the data to be able to draw better conclusions.