2
I have a dataframe with 50 rows and 10 columns and another with 10 rows and 5 columns, with the first column of both dataframes can have equal values. How do I select and save the rows, only, from the first data frame following the condition that should be equal to the rows (from the first column) of the second data frame?
Thanks! It worked fine! Thank you, Rafael
– Flavio Costa