HIV / AIDS
HIV = AIDS? IDK I am not a medical guy lol (For reasons : This is a joke)
@kaggle.programmerrdai_hiv_aids
HIV = AIDS? IDK I am not a medical guy lol (For reasons : This is a joke)
@kaggle.programmerrdai_hiv_aids
CREATE TABLE share_of_population_infected_with_hiv_ihme (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"prevalence_hiv_aids_sex_both_age_15_49_years_percent" DOUBLE
);
CREATE TABLE share_of_women_among_the_population_living_with_hiv (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"women_s_share_of_population_ages_15_living_with_hiv" DOUBLE
);
CREATE TABLE tb_patients_living_with_hiv_receiving_art (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"tb_patients_living_with_hiv_receiving_art_total" BIGINT
);
CREATE TABLE tb_patients_tested_positive_for_hiv (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"tb_patients_tested_positive_for_hiv_total" BIGINT
);
CREATE TABLE tb_related_deaths_hiv (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"estimated_tb_related_deaths_among_people_living_with_h_724d5f3c" DOUBLE
);
CREATE TABLE young_people_with_knowledge_on_hiv_prevention (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"knowledge_about_hiv_prevention_in_young_people_all_sex_027d1e0d" DOUBLE
);
Anyone who has the link will be able to view this.