📜  pandas 列 rgeex 不包含 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:59.742000             🧑  作者: Mango

代码示例2
new_df = df[df["col"].str.contains(word) == False]