data.md

Birth names counts by year for each US state

The data is called names_year.

Description

A cleaned data set of birth names by year with counts for US states as well

The source of this data is < https://data.world/government/us-baby-names-by-state >

Data format

A data frame with columns:

|variable |class |description | |:--------|:---------|:----------------| |name |character |Baby name | |year |numeric |Birth year | |AK |numeric |Total for state | |AL |numeric |NA | |AR |numeric |NA | |AZ |numeric |NA | |CA |numeric |NA | |CO |numeric |NA | |CT |numeric |NA | |DC |numeric |NA | |DE |numeric |NA | |FL |numeric |NA | |GA |numeric |NA | |HI |numeric |NA | |IA |numeric |NA | |ID |numeric |NA | |IL |numeric |NA | |IN |numeric |NA | |KS |numeric |NA | |KY |numeric |NA | |LA |numeric |NA | |MA |numeric |NA | |MD |numeric |NA | |ME |numeric |NA | |MI |numeric |NA | |MN |numeric |NA | |MO |numeric |NA | |MS |numeric |NA | |MT |numeric |NA | |NC |numeric |NA | |ND |numeric |NA | |NE |numeric |NA | |NH |numeric |NA | |NJ |numeric |NA | |NM |numeric |NA | |NV |numeric |NA | |NY |numeric |NA | |OH |numeric |NA | |OK |numeric |NA | |OR |numeric |NA | |PA |numeric |NA | |RI |numeric |NA | |SC |numeric |NA | |SD |numeric |NA | |TN |numeric |NA | |TX |numeric |NA | |UT |numeric |NA | |VA |numeric |NA | |VT |numeric |NA | |WA |numeric |NA | |WI |numeric |NA | |WV |numeric |NA | |WY |numeric |NA | |Total |numeric |Total for the US |

Birth names gender

The data is called names_prob.

Description

A cleaned data set of birth names for gender and US states

The source of this data is < https://data.world/government/us-baby-names-by-state >

Data format

A data frame with columns:

|variable |class |description | |:-------------|:---------|:------------------------------| |name |character |Baby name | |number_female |numeric |Number of females | |number_male |numeric |Number of males | |prob_female |numeric |Probability the name is female | |prob_male |numeric |Probability the name is male | |AK |numeric |Total for state | |AL |numeric |NA | |AR |numeric |NA | |AZ |numeric |NA | |CA |numeric |NA | |CO |numeric |NA | |CT |numeric |NA | |DC |numeric |NA | |DE |numeric |NA | |FL |numeric |NA | |GA |numeric |NA | |HI |numeric |NA | |IA |numeric |NA | |ID |numeric |NA | |IL |numeric |NA | |IN |numeric |NA | |KS |numeric |NA | |KY |numeric |NA | |LA |numeric |NA | |MA |numeric |NA | |MD |numeric |NA | |ME |numeric |NA | |MI |numeric |NA | |MN |numeric |NA | |MO |numeric |NA | |MS |numeric |NA | |MT |numeric |NA | |NC |numeric |NA | |ND |numeric |NA | |NE |numeric |NA | |NH |numeric |NA | |NJ |numeric |NA | |NM |numeric |NA | |NV |numeric |NA | |NY |numeric |NA | |OH |numeric |NA | |OK |numeric |NA | |OR |numeric |NA | |PA |numeric |NA | |RI |numeric |NA | |SC |numeric |NA | |SD |numeric |NA | |TN |numeric |NA | |TX |numeric |NA | |UT |numeric |NA | |VA |numeric |NA | |VT |numeric |NA | |WA |numeric |NA | |WI |numeric |NA | |WV |numeric |NA | |WY |numeric |NA |



byuidatascience/data4names documentation built on July 30, 2020, 12:03 a.m.