I have two dataframes
df1
df2
I would like to populate the breed column in df2 using the name column in df1 through vlookup. df2 has some names missing.
like below
I have two dataframes
df1
df2
I would like to populate the breed column in df2 using the name column in df1 through vlookup. df2 has some names missing.
like below