Question: Question 13. Create a table called region_counts that has two columns, region and count. should describe the count of how many countries in each region


Question 13. Create a table called region_counts that has two columns, region and count. should describe the count of how many countries in each region appear in the result of ats_for_year (1960). For example, one row would have south_asia as its world_6region lue and an integer as its count value: the number of large South Asian countries for which we ve population, fertility, and child mortality numbers from 1960. [34]: region_counts = countries . join( ' country' , stats_for_year (1960), 'geo') .group('world region_counts t [34] : region count america - east_asia_pacific | 10
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
