Created
November 11, 2020 23:37
-
-
Save atodev/6cdc1d55156c0a99c80463fbd3799204 to your computer and use it in GitHub Desktop.
[Count] Count in Jupyter note book #JN
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
PreCC=dfpr.groupby ('From')['From'].count().sort_values(ascending=False) | |
PreCC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment