pandas new column with difference from series object list

后端 未结 0 705
深忆病人
深忆病人 2021-01-29 18:04

I have a list lets say:

x_lst = [1,2,3,4,5,6,7,8,9]

and a df like:

col_A, col_B
3      [4,3,2]
9      [1,2,3,4,5]
1      [5]
2             


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