I have a dataframe
Name
1.Started
2.Home
3.Signout
I want to compare with another column in another dataframe
Df
1.help/services/Home
2./msoffice/home
3./windows.support
Expected output:
False
True
False
This shows Home
from name exists in df
. It's matching partially with another entire column.