Baselight

Gender By Name

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

@kaggle.rupindersinghrana_gender_by_name

Name Gender Dataset
@kaggle.rupindersinghrana_gender_by_name.name_gender_dataset

  • 1.28 MB
  • 147269 rows
  • 4 columns
name

Name

gender

Gender

count

Count

probability

Probability

JamesM53044070.014516787
JohnM52608310.01439753
RobertM49703860.013602658
MichaelM45799500.012534136
WilliamM42266080.01156713
MaryF41696630.011411287
DavidM37875470.010365534
JosephM26959700.007378171
RichardM26381870.007220034
CharlesM24335400.006659968

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.