Skip to content

Instantly share code, notes, and snippets.

@kurasaiteja
Created July 7, 2020 08:37
Show Gist options
  • Save kurasaiteja/7a0cdbb0632686cf057b999ae7f86f3a to your computer and use it in GitHub Desktop.
Save kurasaiteja/7a0cdbb0632686cf057b999ae7f86f3a to your computer and use it in GitHub Desktop.
total_emojis_list = list(set([a for b in messages_df.emoji for a in b]))
total_emojis = len(total_emojis_list)
print(total_emojis)
# Output:
# 185
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment