U.S. Baby Names By State

A comprehensive list of frequencies of baby names in the U.S, listed by year and state, since 1910

Originator: Social Security Administration

This dataset contains information on the popularity of most baby names in use in the U.S. since 1910. Each column represents the number of babies recorded with a given name in a given state during the given year.

(5 columns, 5647426 rows)

Examples

Basic Examples

Retrieve the ResourceObject:

In[1]:=
ResourceObject["U.S. Baby Names By State"]
Out[1]=

View the data:

In[2]:=
RandomSample[ResourceData["U.S. Baby Names By State"], 5]
Out[2]=

Visualization

Plot the popularity of a name over time:

In[3]:=
DateListPlot[
 Select[ResourceData["U.S. Baby Names By State"], StringMatchQ[#Name, "Albert"] && #State == Entity["AdministrativeDivision", {"NewYork", "UnitedStates"}] && #Gender == "Male" &][
  All, {#Year, #Number} &]]
Out[3]=

See which states have the most "Game of Thrones" fans:

In[4]:=
GeoRegionValuePlot[
 Total /@ GroupBy[Select[ResourceData["U.S. Baby Names By State"], StringMatchQ[#Name, "Khaleesi" | "Daenerys"] &], #State &][All, All, #Number &]]
Out[4]=

Wolfram Research, "U.S. Baby Names By State" from the Wolfram Data Repository (2017)   https://doi.org/10.24097/wolfram.15960.data

License Information

Public Domain

Data Resource History

Source Metadata

Publisher Information