Tom K. answered 11/02/20
Knowledgeable and Friendly Math and Statistics Tutor
in the mpg dataset, we have manufacturer, not make. Assuming that you changed the variable name to make, there are two problems in your statement. make == 'Toyota' needs to be in parentheses (make == 'Toyota')
and 'Toyota' needs to be 'toyota' to get any values