# when you wrap conditions in parantheses, you give order # you do those in brackets first before 'and' # AND movies[(movies.duration >= 200) & (movies.genre == 'Drama')]