Created
November 6, 2017 19:01
-
-
Save 64lines/923ec805aeb22446014c219e10af3db7 to your computer and use it in GitHub Desktop.
[PYTHON][PLOTTING] - Heat Maps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sns.heatmap(df.corr(), square=True, cmap='RdYlGn') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment