Skip to content

Instantly share code, notes, and snippets.

@shubham-singh-ss
Created September 15, 2019 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shubham-singh-ss/ba81aae53980761cd9d6f5eaa356d1bf to your computer and use it in GitHub Desktop.
Save shubham-singh-ss/ba81aae53980761cd9d6f5eaa356d1bf to your computer and use it in GitHub Desktop.
sns.catplot(x="education", y="avg_training_score", hue="is_promoted",
col="gender", aspect=.9,
kind="swarm", data=df2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment