seaborn.corrplot(df); should now be seaborn.heatmap(df); as per https://stanford.edu/~mwaskom/software/seaborn/whatsnew.html?highlight=corrplot
seaborn.corrplot(df);
should now be
seaborn.heatmap(df);
as per
https://stanford.edu/~mwaskom/software/seaborn/whatsnew.html?highlight=corrplot