Posted on:

24 May 2024

0

clean() is not working and show error

I got the following when i try to execute the code the "data['text_clean'] = data['text'].apply(lambda x: clean(x, no_emoji=True))"

TypeError: clean() got an unexpected keyword argument 'emoji'


Will you please help me solve the problem.

0 answers ( 0 marked as helpful)

Submit an answer