Created
July 7, 2020 08:37
-
-
Save kurasaiteja/7a0cdbb0632686cf057b999ae7f86f3a to your computer and use it in GitHub Desktop.
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
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