Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
Series
What DataFrames are
DataFrame columns
DataFrame rows
Filtering rows and columns
Filtering data frames
Sorting rows
Summary
35. Exercise 4

Instruction

Good! Only two more to go!

Exercise

Select only those countries from the eu_states DataFrame that meet the following conditions:

  • Joined the European Union before 1995,
  • Didn't accept the Euro as its currency,
  • Has a GDP of more than 30000.