Skip to content

Instantly share code, notes, and snippets.

@SubhadityaMukherjee
Created April 12, 2020 17:24
Show Gist options
  • Save SubhadityaMukherjee/af78f5cc2887104960e6c20a23bb1bd9 to your computer and use it in GitHub Desktop.
Save SubhadityaMukherjee/af78f5cc2887104960e6c20a23bb1bd9 to your computer and use it in GitHub Desktop.
count
df2['match'].shape
pd.crosstab(index=df2["match"], columns="count")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment