0
Common words in two columns
I have two columns in a pandas data frame..these columns contains list of words like ['a','b'] ..now I need to create one more column which will have common words in those columns ( row wise)
1 Odpowiedź
+ 1
try the intersection() method to find similarities