How to iterate through dataframe column

I have created two dataframes from reading in two excel files. I need to check each value from col 1 in excel file 1 to see if it exists in col 1 of excel file 2. Do I need to make these columns a list first and then create a for loop or is there another way? If someone could point me in the right direction.
Thanks!