Skip to content

Instantly share code, notes, and snippets.

@joaomacalos
Created May 1, 2021 14:18
Show Gist options
  • Save joaomacalos/9faf62e6a11c299cd54b0c8f775428bd to your computer and use it in GitHub Desktop.
Save joaomacalos/9faf62e6a11c299cd54b0c8f775428bd to your computer and use it in GitHub Desktop.
hashtag12-populartweets
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