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
32. Exercise 1

Instruction

Great, let's get started!

Exercise

Create a new column in eu_states named Density. Calculate it as:

Population / Area

Then call again the eu_states variable.