US Baby Name Popularity
Popularity of Names by US State from the Social Security Website
@kaggle.robikscube_us_baby_name_popularity
Popularity of Names by US State from the Social Security Website
@kaggle.robikscube_us_baby_name_popularity
CREATE TABLE names (
"name" VARCHAR,
"sex" VARCHAR,
"count" BIGINT,
"year" BIGINT
);
CREATE TABLE states (
"state" VARCHAR,
"sex" VARCHAR,
"year" BIGINT,
"name" VARCHAR,
"count" BIGINT,
"total" BIGINT,
"count_normalized" DOUBLE
);
Anyone who has the link will be able to view this.