Python, add the index into tht pd.Series of list

后端 未结 0 871
北恋
北恋 2021-01-05 07:01

For example, I got a pd.Series of list like below

test = pd.Series([[1, 0, 0, 0],[0, 1, 0, 0],[0, 1, 0, 0],[0, 0, 0, 1],[1, 0, 0, 0]])
print(test[0])
0    [1,         


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