Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Last active August 19, 2021 12:10
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 amankharwal/cf685954400d933c25a5f793baf081e8 to your computer and use it in GitHub Desktop.
Save amankharwal/cf685954400d933c25a5f793baf081e8 to your computer and use it in GitHub Desktop.
plt.figure(figsize=(15, 10))
sns.countplot(data.Potability)
plt.title("Distribution of Unsafe and Safe Water")
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment