标签: pandas list nested
我的数据 第1列第2列 [[1,2,4],[1,2,5]] 10
我需要在第1列中分隔嵌套列表,以在pandas数据帧中形成独立的列
我的输出
Col 1 Col2 Col3
[1,2,4] [1,2,5] 10