'Find Function like Excel in Python

Good Afternoon, I want to perform find function like excel in python, my problems is like this : i have two data frames dfA : dfA dfB : dfB

i want to make python script that loop from dfA find the word in dfB, when it is matched, the Marks Columns" in dfA, will be marked by "ok".

dfA&B



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source