Skip to content

Instantly share code, notes, and snippets.

@spidezad
Created July 3, 2019 07:34
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 spidezad/234ee266abcd1b54ea3d379abbe94c97 to your computer and use it in GitHub Desktop.
Save spidezad/234ee266abcd1b54ea3d379abbe94c97 to your computer and use it in GitHub Desktop.
missing data heatmap
sns.heatmap(df.isnull(), yticklabels=False, cbar = False, cmap = 'viridis')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment