Created
May 1, 2021 14:11
-
-
Save joaomacalos/54d139b29774c3768b9588b96c45b6e4 to your computer and use it in GitHub Desktop.
hashtag9-classifyhashtag
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
classified_hashtags = pd.read_csv('unique_hashtag_clean.csv').iloc[:, 1:] | |
classified_hashtags.label.value_counts() | |
#> 2.0 8846 | |
#> 1.0 530 | |
#> 3.0 43 | |
#> Name: label, dtype: int64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment