Tokenize dataframe column and create new dataframe for result

后端 未结 0 1956
伪装坚强ぢ
伪装坚强ぢ 2021-02-06 01:24

I have the following dataframe

pd.DataFrame({\'category\': [1,2,1], \'names\' : [\'ab c\', \'s\', \'dm ab aaa\']})

category   names
0   1      ab c
1   2      s
         


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