Exercise

Analyze the region results

You'll next call the grouped_median_for_column() function a few more times. Keep a close eye on the results of each call!

The grouped_median_for_column() function you defined in the previous exercise has been loaded for you in addition to the previous ones for this chapter. Remember, if you'd like to look at the grouped_median_for_column code, run grouped_median_for_column in the console.

Instructions 1/4

undefined XP
    1
    2
    3
    4
  • Find the median fertility_rate by region using grouped_median_for_column with world_bank_data, assigning the result to region_fert_rate.