~df.col3.str.contains('u|z')
也就是在条件前面加~号,表示not

相关文章: