How to convert object dtype to int dtype of tokenized text data as numbers. I have tried .astype, pd.to_numeric, isinstance(x,str) too

前端 未结 0 540
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-24 05:11

This is the snip of my movie review dataset which got tokenized as numbers in the text column:

How to convert the column text dtype

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