Created
January 4, 2020 12:09
-
-
Save Davisy/5b33a4bbe6d48fde0cf4cd22fa4425ac to your computer and use it in GitHub Desktop.
This file contains 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
# 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