Filter series of list by other list

后端 未结 0 1350
逝去的感伤
逝去的感伤 2020-11-22 01:11

I\'d like to filter a series of the list by a list. Below I presented an MWE:

a = np.array([[0,1,2],[2,3,5]])
b = pd.Series(list(a))

Output d

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