Skip to content

Instantly share code, notes, and snippets.

@n1n9-jp
n1n9-jp / remove_emoji.py
Created November 7, 2019 07:45
Python code to remove emoji
# Python code to remove emoji
# source: http://www.unicode.org/charts/
import re
def remove_emojis(data):
emoj = re.compile("["
u"\U00002700-\U000027BF" # Dingbats
u"\U0001F600-\U0001F64F" # Emoticons
u"\U00002600-\U000026FF" # Miscellaneous Symbols