Skip to content

Instantly share code, notes, and snippets.

@SubhadityaMukherjee
Last active April 12, 2020 21:04
Show Gist options
  • Save SubhadityaMukherjee/9e4eacb3ca3e201376a45ceba12a489f to your computer and use it in GitHub Desktop.
Save SubhadityaMukherjee/9e4eacb3ca3e201376a45ceba12a489f to your computer and use it in GitHub Desktop.

Those that did not get a match

temp = pd.crosstab(
    index=df2[df2["match"] == 0]["match_es"], columns="count"
).reset_index()
sns.barplot(x=temp["match_es"], y=temp["count"], color="b")
ret_cross_attr("match_es")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment