Filter with AND
Return only the rows where species is "dog" AND sex is "F". Combine two conditions with `&`, wrapping each side in parentheses.
Return only the rows where species is "dog" AND sex is "F". Combine two conditions with `&`, wrapping each side in parentheses.