pandas这类处理还是不够通用化,每个都有一个专用的写法,没有sql、sas方便(where 搞定一切筛选) 筛一行: image.png 多条件筛选用.isin(["",""]),用 in ([‘不行’])。写法略死板。 image.png