Skip to content

Instantly share code, notes, and snippets.

@siddharthganjoo
Created August 23, 2021 07:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save siddharthganjoo/4f8215608a52cfd09463c7e0ab855af4 to your computer and use it in GitHub Desktop.
Save siddharthganjoo/4f8215608a52cfd09463c7e0ab855af4 to your computer and use it in GitHub Desktop.
#plot heatmap
plt.figure(figsize=(14,10))
sns.heatmap(df.corr(),annot=True,fmt='.3f',linewidths=2)
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment