I have a list of elements like x = ["a","b","c"] and I want to drop all rows which contain these elements.
column name = "name"
How can I use a list format for drop these rows?
Thanks in advance.
I have a list of elements like x = ["a","b","c"] and I want to drop all rows which contain these elements.
column name = "name"
How can I use a list format for drop these rows?
Thanks in advance.