Last active
August 25, 2021 12:02
-
-
Save russelllim22/a11bc04f1412ab58eba6536815db42e4 to your computer and use it in GitHub Desktop.
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
pub_count, pubs = zip(*sorted(zip(pub_count, pubs), reverse=True)) | |
pub_count_10 = list(pub_count)[0:10] | |
pub_names_10 = list(pubs)[0:10] | |
# pub_counts_10 = [131, 80, 32, 30, 26, 24, 18, 17, 16, 15] | |
# pub_names_10 = [['Cantors Paradise', 'Towards Data Science', 'MathAdam', 'Geek Culture', 'Nerd For Tech', | |
# 'Analytics Vidhya', 'Not Zero', 'The Breakthrough', 'DataDrivenInvestor', 'Math Simplified'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment