developmentLanguagesPythonpandas howto版本:0.17.0+本页总览pandas howtohow to use queryuse query to perform a LIKE# use `.str.contains`df.query('column_a.str.contains("abc") or column_b.str.contains("xyz") and column_c>100', engine='python')refpython - USING LIKE inside pandas.query() - Stack Overflow