Open rsosingh87 opened 1 year ago
how to solve this problem
I got solution?
Solution: pip uninstall emoji pip install emoji==1.7
Thanks
Ho Gaya run @rsosingh87
for message in df['message']: emojis.extend([c for c in message if emoji.is_emoji(c)]) do this
how to solve this problem