subject

Python Short Answer multiple part question: Numeric Answers 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

The United States Social Security Administration publishes
#a list of all documented baby names each year, along with
#how often each name was used for boys and for girls. The
#list is used to see what names are most common in a given
#year.
#
#We've grabbed that data for any name used more than 25
#times, and provided it to you in a file called
#babynames. csv. The line below will open the file:
names_file = open('../resource/lib/public/babyna mes. csv', 'r')
#We've also provided a sample subset of the data in
#sample. csv.
#
#Each line of the file has three values, separated by
#commas. The first value is the name; the second value is
#the number of times the name was given in the 2010s (so
#far); and the third value is whether that count
#corresponds to girls or boys. Note that if a name is
#given to both girls and boys, it is listed twice: for
#example, so far in the 2010s, the name Jamie has been
#given to 611 boys and 1545 girls.
#
#Use this dataset to answer the questions below.
#Here, add any code you want to allow you to answer the
#questions. This is just a sandbox
#for you to explore the dataset: nothing is required for
#submission here.
How many total names are listed in the database?
How many total births are covered by the names in the database?
How many different boys' names are there that begin with the letter Z? (Count the names, not the people.)
What is the most common girl's name that begins with the letter Q?
How many total babies were given names that both start and end with vowels (A, E, I, O, or U)?
What letter is the least common first letter of a baby's name (in terms of number of babies with names starting with that letter, not number of names)?
How many babies were born with names starting with that least-common letter?
What letter is the most common first letter of a baby's name (in terms of number of babies with names starting with that letter, not number of names)?
How many babies were born with names starting with that most-common letter?
By default, the Social Security Administration's data separates out names by gender. For example, Jamie is listed separately for girls and for boys. If you were to remove this separation, what would be the most common name in the 2010s regardless of gender?
How many people would have that name?
What name that is used for both genders has the smallest difference in which gender holds the name most frequently? In case of a tie, enter any one of the correct answers.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 16:00
Write a loop that prints each country's population in country_pop. sample output for the given program with input 'china: 1365830000,india: 1247220000,united states: 318463000,indonesia: 252164800': united states has 318463000 people. india has 1247220000 people. indonesia has 252164800 people. china has 1365830000 people.
Answers: 2
question
Computers and Technology, 23.06.2019 01:10
Are special combinations of keys that tell a computer to perform a command. keypads multi-keys combinations shortcuts
Answers: 1
question
Computers and Technology, 23.06.2019 04:31
Q14 what is most important for you to choose before you build a network? a. private network b. nos c. network media d. network protocol e. directory service
Answers: 1
question
Computers and Technology, 23.06.2019 16:00
Does read theory have answers keys ?
Answers: 1
You know the right answer?
Python Short Answer multiple part question: Numeric Answers CSV File:
Isabella,42567,Girl
Questions
question
Chemistry, 31.05.2020 08:59
question
Business, 31.05.2020 08:59
Questions on the website: 13722361