enter image description here[Car sells data]
from the image, how do access rows that are expensive and too old?
"dataset[dataset['Price_description']=='Expensive' & dataset['Car_health']=='Too old']"
that was my code but its wrong, please try and correct me