cookbook-code
cookbook-code copied to clipboard
re notebook 02_seaborn corrplot is deprecated use heatmap
seaborn.corrplot(df);
should now be
seaborn.heatmap(df);
as per https://stanford.edu/~mwaskom/software/seaborn/whatsnew.html?highlight=corrplot