Cervical Cancer Vaccines
Papillomavirus Rapid Interface for Modelling and Economics (PRIME) London School
@kaggle.willianoliveiragibin_cervical_cancer_vaccines
Papillomavirus Rapid Interface for Modelling and Economics (PRIME) London School
@kaggle.willianoliveiragibin_cervical_cancer_vaccines
longside ailments resulting from hepatitis B, cervical cancer has a strong claim to be the world’s deadliest vaccine-preventable disease. Most illnesses for which effective vaccines for children are widely available no longer threaten public health. But in 2020, 14 years after the advent of a jab that prevents almost all cases, cervical cancer still killed 342,000 women. If take-up of the vaccine rose—a goal about which there are new grounds for hope—this cancer could be nearly eliminated.
CREATE TABLE hpv_2020s_results (
"country_name" VARCHAR,
"region" VARCHAR,
"income_group" VARCHAR,
"year" BIGINT,
"cohort_size" DOUBLE,
"coverage" DOUBLE,
"cancer_prevented" DOUBLE,
"deaths_prevented" DOUBLE,
"assumption_type" VARCHAR,
"possible_cancer_cases" DOUBLE,
"possible_cancer_deaths" DOUBLE
);CREATE TABLE hpv_past_results (
"country_name" VARCHAR,
"region" VARCHAR,
"income_group" VARCHAR,
"year" BIGINT,
"coverage" DOUBLE,
"cancer_prevented" DOUBLE,
"deaths_prevented" DOUBLE,
"assumption_type" VARCHAR,
"possible_cancer_cases" DOUBLE,
"possible_cancer_deaths" DOUBLE
);CREATE TABLE mixed_results (
"unnamed_0" BIGINT -- Unnamed: 0,
"country" VARCHAR,
"cohort_size" DOUBLE,
"current_cov" DOUBLE,
"curr_vacc_cohort_size" DOUBLE,
"future_cov" DOUBLE,
"future_vacc_cohort_size" DOUBLE,
"curr_cc_prev" DOUBLE,
"curr_mort_prev" DOUBLE,
"curr_cost" DOUBLE,
"curr_cost_prev" DOUBLE,
"proj_cc_prev" DOUBLE,
"proj_mort_prev" DOUBLE,
"proj_cost" DOUBLE,
"proj_cost_prev" DOUBLE,
"year" BIGINT,
"current_net_cost" DOUBLE,
"country_name" VARCHAR,
"region" VARCHAR,
"income_group" VARCHAR
);CREATE TABLE results_2021 (
"unnamed_0" BIGINT -- Unnamed: 0,
"country" VARCHAR,
"cohort_size" DOUBLE,
"current_cov" DOUBLE,
"curr_vacc_cohort_size" DOUBLE,
"future_cov" DOUBLE,
"future_vacc_cohort_size" DOUBLE,
"curr_cc_prev" DOUBLE,
"curr_mort_prev" DOUBLE,
"curr_cost" DOUBLE,
"curr_cost_prev" DOUBLE,
"proj_cc_prev" DOUBLE,
"proj_mort_prev" DOUBLE,
"proj_cost" DOUBLE,
"proj_cost_prev" DOUBLE,
"year" BIGINT,
"cancer_prevented" DOUBLE,
"deaths_prevented" DOUBLE,
"current_net_cost" DOUBLE,
"future_net_cost" DOUBLE,
"additional_cost" DOUBLE,
"country_name" VARCHAR,
"region" VARCHAR,
"income_group" VARCHAR
);Anyone who has the link will be able to view this.