Created
May 1, 2021 14:18
-
-
Save joaomacalos/9faf62e6a11c299cd54b0c8f775428bd to your computer and use it in GitHub Desktop.
hashtag12-populartweets
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
for i in range(1, 5): | |
print(sl_tweets.sort_values('favorites', ascending=False).head(5).reset_index().full_text[i], '\n --') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment