Usuń emoji z DataFrame
df.astype(str).apply(lambda x: x.str.encode('ascii', 'ignore').str.decode('ascii'))
Cheerful Corncrake
df.astype(str).apply(lambda x: x.str.encode('ascii', 'ignore').str.decode('ascii'))