Let's next find out which of the columns from the red wine database are highly correlated. If you recall, we discussed different types of correlation in Chapter 7, Correlation. Just so you grasp the intention behind the correlation, I highly recommend going through Chapter 7, Correlation, just to revamp your memory. Having said that, let's continue with finding highly correlated columns:
- We can continue using the seaborn.pairplot() method, as shown here:
sns.pairplot(df_red)
And you should get a highly comprehensive graph, as shown in the screenshot: