标签: python pandas
我有一个pandas数据框,我想过滤列中出现以下任何行的所有行:
Word_List = ["XXX", "Transfer", "Do not use"]
我也希望能够忽略这个案子。在R中我会使用grepl来完成这项任务,但是我找不到Python中的等价物。