I have a dataframe, which contains info about movies. It has a column called genre, which contains a list of genres it belongs to. For example:
genre
According to the source code, you can use .str.contains(..., regex=False).
.str.contains(..., regex=False)