I have two dataframes.
dataframe1 (13 columns, 10,904 rows). One of those columns are names and surnames (John Doe for instance).
dataframe2 (1 columns, 55,250 rows). This columns are just first names (John for instance).
I want to create a new dataset that contains only the rows in which the first names matches with the names in the second dataset.