Session Ready
Exercise

Building a PairGrid

When exploring a dataset, one of the earliest tasks is exploring the relationship between pairs of variables. This step is normally a precursor to additional investigation.

Seaborn supports this pair-wise analysis using the PairGrid. In this exercise, we will look at the Car Insurance Premium data we analyzed in Chapter 1. All data is available in the df variable.

Instructions 1/2
undefined XP
  • 1
  • 2
  • Compare "fatal_collisions" to "premiums" by using a scatter plot mapped to a PairGrid().