📜  删除表情符号 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:57.042000             🧑  作者: Mango

代码示例1
result = result.astype(str).apply(lambda x: x.str.encode('ascii', 'ignore').str.decode('ascii'))