✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
I have a pandas dataframe named 'brics' with columns names given by 'country', 'capital', 'area' and 'population' and indices given by 'FR', 'IT' and 'UK'. I want to construct a dataframe made only of the rows in brics with countries' population larger than 50 millions and smaller than 70 millions. Which command should I use?