Exercise

Explore a nested cell

In the first exercise, you successfully created a nested data frame gap_nested. The data column contains tibbles for each country. In this exercise, you will explore one of these nested chunks.

Instructions

100 XP
  • Extract the nested data for Algeria and store this as algeria_df.
  • Calculate the following summary stats for Algeria's population: min(), max() and mean().