Gender By Name
This dataset attributes first names to genders, giving counts and probabilities
@kaggle.rupindersinghrana_gender_by_name
This dataset attributes first names to genders, giving counts and probabilities
@kaggle.rupindersinghrana_gender_by_name
CREATE TABLE name_gender_dataset (
"name" VARCHAR,
"gender" VARCHAR,
"count" BIGINT,
"probability" DOUBLE
);
Anyone who has the link will be able to view this.