I am trying to learn about Dataframes but I'm still a beginner. Let's say I have a DataFrame that contains two columns:
Name Description
Am Owner of Am
BQ Employee at BQ
JW Employee somewhere
I want to check if the name is also a part of the description, and if so keep the row. If it's not, delete the row. In this case, it will delete the 3rd row (JW Employee somewhere)