Session Ready
Exercise

What does your data look like? (II)

In the previous exercise you looked at the distribution of individual columns. While this is a good start, a more detailed view of how different features interact with each other may be useful as this can impact your decision on what to transform and how.

Instructions 1/2
undefined XP
  • 1
  • 2
  • Import matplotlib's pyplot module as plt.
  • Import seaborn as sns.
  • Plot pairwise relationships in the so_numeric_df dataset.
  • Show the plot.