Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created May 22, 2021 11:13
Show Gist options
  • Save amankharwal/0b58bfc514fa32d92e42829b33f21e60 to your computer and use it in GitHub Desktop.
Save amankharwal/0b58bfc514fa32d92e42829b33f21e60 to your computer and use it in GitHub Desktop.
print(data.corr())
sns.heatmap(data.corr())
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment