My question is related to this post:
How to filter csv data by applying conditions on certain columns in python
How would I apply another condition? For example, let's say I'm only interested in Albania and Zambia when Energy_Supply_per_capita > 280 and emissions_of_co2 < 30? Thanks