I have a dataframe in the left side (in orange) with the LeadOrderIDs. I want to add a column to the left to see whether the list of OrderId in the right (purple) is in the LeadOrder (Orange). Don't use the inner join...
How should I use python - Pandas to do this?
Thanks for your help.