Instruction
Perfect! Let's move on.
Exercise
Modify the DataFrame provided in the template by completing these steps:
- Only show rows for 2017.
- Only show rows with
sexequal to 'Females'. - Create a new column named
unable to work, which will be calculated aspopulation (x 1,000)minuslabour_force (x 1,000). - Delete the row with
statusequal to 'Born in Canada'. - Delete the
statuscolumn.
Store your final DataFrame in a variable named canada_2017_female_immigrants.



