The difference between pandas DataFrame assign multi-columns with series of list and series.tolist()?

前端 未结 0 912
伪装坚强ぢ
伪装坚强ぢ 2021-02-03 13:49

Given the sample data:

obj = pd.Series([[0, 12], 
                 [4, 45], 
                 [6, 18]])
df = pd.DataFrame({\'A\':[0, 2, 3],
                   \'B         


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