Created
August 10, 2022 03:53
-
-
Save ecdedios/53d86590fa8c8d60d8ce56979fb99d3b to your computer and use it in GitHub Desktop.
This file contains 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
# sampling the data to select only 1000 tweets | |
df = df.sample(1000, random_state=493).reset_index(drop=True) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment