- 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?
- Are there more boys names or girls names? What about for particular letters? What about for every letter?
- What is the longest name in the dataset?
- What is the most common name and how often does it occur?
- What is the least common name and how often does it occur? Does that concern you?
- 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?
- 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).
Answers to the babynames project created for the Community Data Science Workshop: http://wiki.communitydata.cc/Baby_Names
Answers were created by:
- Daniel Epstein <[email protected]>
- Benjamin Mako Hill <[email protected]>
All answers are written for Python 3.