In this problem, we'll do something similar to the previous one: we'll give you a sandbox with access to a dataset to explore, and ask you to answer some questions about it. The points on this page all come from the problems below, not the coding window.
In these problems, we'll be using a database of names from the United States Social Security Administration. It lists the frequency with which each name has been given to girls and boys in the 2010s. Our version only lists names used at least 25 times for at least one gender so far this decade.
Sample csv file:
Isabella,42567,Girl
Sophia,42261,Girl
Jacob,42164,Boy
Emma,35951,Girl
Ethan,34523,Boy
Mason,34195,Boy
William,34130,Boy
Olivia,34128,Girl
Jayden,33962,Boy
Ava,30765,Girl
Please help for to solve the red boxes.