Quantcast
Channel: Active questions tagged python - Stack Overflow
Viewing all articles
Browse latest Browse all 23131

How can I clean emoji data form pandas [duplicate]

$
0
0

Hi guys can you please help me?

  1. How can I remove emoji
  2. How can I remove tag name (@xxxxx) in message column
  3. How can I remove URL

enter image description here

I can remove the emoji, but the entire sentence in the cell disappeared.

df['message'] = df1['Post Title'].str.replace(r'[시x00-Ix7F],, regex=True)

Viewing all articles
Browse latest Browse all 23131

Trending Articles