LucasG0 / vectorized_pandas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support in operator

LucasG0 opened this issue · comments

This operator is tricky as it can be used both with lists and strings, so we can't always be sure whether we should use isin or str.contains.