Baby Names: Difference between revisions

no edit summary
imported>Mako
imported>Mako
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1:
{{CDSW Moved}}
 
== Baby Names ==
 
Line 22 ⟶ 24:
== Ideas for exercises ==
 
*# Search for your own name. Are there both boys and girls that have your name? Is it more popular for one group than for the other?
*# DoAre there more boys names or girls havenames? moreWhat namesabout withfor atparticular leastletters? fiveWhat namesabout for ''every'' letter?
# What is the longest name in the dataset?
* Look for names that include the term "john" at some point. What about at the beginning? What about at the end? Which ones have been used given to at least 10 kids last year?
# How many boys and girls are described in the dataset (i.e., how many boys and girls born in 2013 have names given to at least four others)?
# How many boys names are also girls names? How many girls names are also boys names?
# How many names are subsets of other names?
# Write a program that will take a name as input and return the number of girls and boys with that name.
# What is the most popular girls name that is also a boys name?
# Take a prefix as input and print the number of boys and girls with that prefix. (i.e., "m" would list babies whose names start with "m" and "ma" would list babies whose names start with "ma", etc).
Anonymous user