Better Heatmaps and Correlation Matrix Plots in Python
You already know that if you have a data set with many columns, a good way to quickly check correlations among columns is by visualizing the correlation matrix as a heatmap. But is a simple heatmap the best way to do it?