Skip to content

Instantly share code, notes, and snippets.

@Davisy
Created January 4, 2020 12:09
Show Gist options
  • Save Davisy/5b33a4bbe6d48fde0cf4cd22fa4425ac to your computer and use it in GitHub Desktop.
Save Davisy/5b33a4bbe6d48fde0cf4cd22fa4425ac to your computer and use it in GitHub Desktop.
# Explore Country distribution
sns.catplot(x="country", kind="count", data=data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment