I have a list called myList = []
.
I want to compare the ones in the zero index of this list with the ["numbers"] arm of the dataframe pd. I want to separate those that are not the same as the list.
For example:
myList=["20","30","40","31","41"]
pd["numbers"] = ["20","30","40","41","31",**"50"**]