Gender Ratio
Gender Radio Dataset
@kaggle.programmerrdai_gender_ratio_inequality
Gender Radio Dataset
@kaggle.programmerrdai_gender_ratio_inequality
CREATE TABLE child_deaths_by_cause_by_sex_india (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"male_child_death_rate_per_100_000" DOUBLE,
"female_child_death_rate_per_100_000" DOUBLE,
"continent" VARCHAR
);
CREATE TABLE child_mortality_by_sex (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"mortality_rate_under_5_female_per_1_000_live_births" DOUBLE,
"mortality_rate_under_5_male_per_1_000_live_births" DOUBLE,
"population_historical_estimates" DOUBLE,
"continent" VARCHAR
);
CREATE TABLE global_number_of_missing_women (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"missing_females_bongaarts_guilmoto_2015" BIGINT
);
CREATE TABLE infant_death_rates_by_cause_by_sex (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"causes_of_death_for_infant_boys_1_year_ihme" DOUBLE,
"causes_of_death_for_infant_girls_1_year_ihme" DOUBLE
);
CREATE TABLE missing_female_births_and_excess_mortality (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"excess_female_deaths_bongaarts_guilmoto_2015" BIGINT,
"missing_female_births_bongaarts_guilmoto_2015" BIGINT
);
CREATE TABLE sex_ratio_at_birth_by_birth_order (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"first_child_srb_jiang_et_al_2017_nso_korea" DOUBLE,
"second_child_srb_jiang_et_al_2017_nso_korea" DOUBLE,
"third_child_srb_jiang_et_al_2017_nso_korea" DOUBLE,
"fourth_child_higher_srb_jiang_et_al_2017_nso_korea" DOUBLE
);
CREATE TABLE sex_ratio_at_birth_males_chao_et_al_1 (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"sex_ratio_at_birth_chao_et_al_2019" DOUBLE
);
CREATE TABLE sex_ratio_at_birth_males_chao_et_al (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"sex_ratio_at_birth_chao_et_al_2019" DOUBLE
);
CREATE TABLE sex_ratio_at_birth_vs_five_years_old (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"sex_ratio_at_birth_male_births_per_female_births" DOUBLE,
"sex_ratio_by_age_five_year_olds_unwpp_2017" DOUBLE,
"continent" VARCHAR
);
CREATE TABLE sex_ratio_at_birth (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"sex_ratio_at_birth_male_births_per_female_births" DOUBLE
);
CREATE TABLE sex_ratio_at_five_years_old (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"sex_ratio_by_age_five_year_olds_unwpp_2017" DOUBLE
);
CREATE TABLE sex_ratio_by_age (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"sex_ratio_by_age_100_year_olds_unwpp_2017" DOUBLE,
"sex_ratio_by_age_15_year_olds_unwpp_2017" DOUBLE,
"sex_ratio_by_age_20_year_olds_unwpp_2017" DOUBLE,
"sex_ratio_by_age_30_year_olds_unwpp_2017" DOUBLE,
"sex_ratio_by_age_40_year_olds_unwpp_2017" DOUBLE,
"sex_ratio_by_age_50_year_olds_unwpp_2017" DOUBLE,
"sex_ratio_by_age_60_year_olds_unwpp_2017" DOUBLE,
"sex_ratio_by_age_70_year_olds_unwpp_2017" DOUBLE,
"sex_ratio_by_age_80_year_olds_unwpp_2017" DOUBLE,
"sex_ratio_by_age_90_year_olds_unwpp_2017" DOUBLE
);
CREATE TABLE share_population_female (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"population_female_of_total_population" DOUBLE
);
Anyone who has the link will be able to view this.