In the code cell below, enter and evaluate an expression to compute the mean value of the WHR indicators for each country, averaged over all years, and assign the result to the variable dfmean. To do this, you will want to use the groupby method on the df dataframe. Examine dfmean to verify that it has the correct structure, which should consist of one row per country (unlike the raw data we examined above).