Skip to content

Instantly share code, notes, and snippets.

@Davisy
Created January 4, 2020 12:23
Show Gist options
  • Save Davisy/fb7d359cae92eaa9d59ba11edd8903f9 to your computer and use it in GitHub Desktop.
Save Davisy/fb7d359cae92eaa9d59ba11edd8903f9 to your computer and use it in GitHub Desktop.
# Explore job_type distribution
sns.catplot(x="job_type", 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