Created
April 12, 2020 17:24
-
-
Save SubhadityaMukherjee/af78f5cc2887104960e6c20a23bb1bd9 to your computer and use it in GitHub Desktop.
count
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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