Created
January 4, 2020 12:11
-
-
Save Davisy/74b0a59eb69e30937f2cc25042456831 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