Session Ready
Exercise

Pairplot

You'll now further investigate the data using a pairplot.

A pairplot can be a useful tool since it combines histograms with scatter-plots showing the distribution between 2 columns.

You'll work with the water-status data we've seen before.

pandas as pd and matplotlib.pyplot as plt have been imported for you, and the data is available as data.

Instructions 1/2
undefined XP
  • 1
  • 2
  • Import the seaborn library as sns.
  • Create a pairplot from data.