The function below does not remove the RT tags from the tweets. I want to remove 'b' and 'RT' both from the tweets. Any help will be appreciated

前端 未结 0 611
执念已碎
执念已碎 2020-12-18 13:02

The head of my dataframe looks like this

I am using \'re\' library of pandas and I have written my code as below.

for i in df.index:
txt = df.l         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题