Skip to content

Instantly share code, notes, and snippets.

@Davisy
Created January 4, 2020 12:21
Show Gist options
  • Select an option

  • Save Davisy/87c04e8d8166bc2513c4a7b908b351fc to your computer and use it in GitHub Desktop.

Select an option

Save Davisy/87c04e8d8166bc2513c4a7b908b351fc to your computer and use it in GitHub Desktop.
# Explore education_level distribution
sns.catplot(x="education_level", kind="count", data=data);
plt.xticks(
rotation=45,
horizontalalignment='right',
fontweight='light',
fontsize='x-large'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment