Skip to content

Instantly share code, notes, and snippets.

@joaomacalos
Created May 1, 2021 14:11
Show Gist options
  • Save joaomacalos/54d139b29774c3768b9588b96c45b6e4 to your computer and use it in GitHub Desktop.
Save joaomacalos/54d139b29774c3768b9588b96c45b6e4 to your computer and use it in GitHub Desktop.
hashtag9-classifyhashtag
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