Access substring in a dataframe column to create a new column

前端 未结 0 321
攒了一身酷
攒了一身酷 2020-12-01 23:48

I\'ve a dataframe

df = pd.DataFrame(np.random.randint(0,10,size=(5, 1)), columns=list(\'A\'))
df.insert(0, \'n\', [\'this-text in presence 20-30%, and another         


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