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")
Last active
April 12, 2020 21:04
-
-
Save SubhadityaMukherjee/9e4eacb3ca3e201376a45ceba12a489f to your computer and use it in GitHub Desktop.