filtro pandas linhas por valor da coluna Regex
df1 = series.str.contains(regex)
Joyous Jaguar
df1 = series.str.contains(regex)