Baselight

Gender By Name

This dataset attributes first names to genders, giving counts and probabilities

@kaggle.rupindersinghrana_gender_by_name

Loading...
Loading...

About this Dataset

Gender By Name

This dataset combines raw counts for first/given names of male and female babies in those time periods, and then calculates a probability for a name given the aggregate count. Source datasets are from government authorities:
-US: Baby Names from Social Security Card Applications - National Data, 1880 to 2019
-UK: Baby names in England and Wales Statistical bulletins, 2011 to 2018
-Canada: British Columbia 100 Years of Popular Baby names, 1918 to 2018
-Australia: Popular Baby Names, Attorney-General's Department, 1944 to 2019

Tables

Name Gender Dataset

@kaggle.rupindersinghrana_gender_by_name.name_gender_dataset
  • 1.28 MB
  • 147269 rows
  • 4 columns
Loading...

CREATE TABLE name_gender_dataset (
  "name" VARCHAR,
  "gender" VARCHAR,
  "count" BIGINT,
  "probability" DOUBLE
);

Share link

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