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