Python Isin
filtered = dogsDF[dogsDF.name.isin(["Bella", "Stella"])]
M1k3y
filtered = dogsDF[dogsDF.name.isin(["Bella", "Stella"])]