Let's assume I have a dataframe df1 with the columns ['Name', 'ISIN', 'Price']. The ISINs are ['2', '4', '5', '7'].
The ISINs from df2 are ['1', '2', '3', '4'] which I have extracted into a series. Let's call the series 'isinvector'.
How can I keep only the rows of df1 if the ISIN value exists in the extracted series?