When you have multiple variables you might want to quickly look at how each variable is distributed and how each variable is related to other variables. Basically, we are interested in histograms of each variable and scatter plots for all pairs of variables. Seaborn’s pairplot enables us to make such a plot containing a matrix… Continue reading How to Make Pairplot with Seaborn in Python?