I have 2 data frames that have usernames.
input1
username
akshay
bhanu
catherine
dennis
input2
username
akshay
bhanu
catherine
dennis
edward
francis
I have to find the matching words for 2 columns. Have around 120+ names on both columns, I just gave a few as an example. I tried a few ways but it says the length of data frames are different.