Baselight

US Baby Name Popularity

Popularity of Names by US State from the Social Security Website

@kaggle.robikscube_us_baby_name_popularity

Loading...
Loading...

About this Dataset

US Baby Name Popularity

Data from the US Social Security Website
https://www.ssa.gov/OACT/babynames/decades/names2010s.html

Beyond the Top 1000 Names

To provide popular names and maintain an acceptable performance level on our servers, we provide only the top 1000 names through our forms. However, we provide almost all names for researchers interested in naming trends.

To safeguard privacy, we exclude from these files certain names that would indicate, or would allow the ability to determine, names with fewer than 5 occurrences in any geographic area. We provide these data on both a national and state-specific basis, in two separate collections of files, each zipped into a single file. The format of the data in the three file collections is described in a "readme" file contained in the respective zip files.

National data (7Mb)
State-specific data (22Mb)
Territory-specific data (253Kb)

Tables

Names

@kaggle.robikscube_us_baby_name_popularity.names
  • 5.83 MB
  • 2052781 rows
  • 4 columns
Loading...

CREATE TABLE names (
  "name" VARCHAR,
  "sex" VARCHAR,
  "count" BIGINT,
  "year" BIGINT
);

States

@kaggle.robikscube_us_baby_name_popularity.states
  • 29.1 MB
  • 6337734 rows
  • 7 columns
Loading...

CREATE TABLE states (
  "state" VARCHAR,
  "sex" VARCHAR,
  "year" BIGINT,
  "name" VARCHAR,
  "count" BIGINT,
  "total" BIGINT,
  "count_normalized" DOUBLE
);

Share link

Anyone who has the link will be able to view this.