Cancers Attributable To Infections
@owid.gco_infections
@owid.gco_infections
The dataset includes data on cancers linked to ten infectious pathogens classified as carcinogenic by the International Agency for Research on Cancer (IARC), such as Helicobacter pylori, hepatitis B and C viruses, and human papillomavirus (HPV). It includes population attributable fractions (PAFs), which estimate the proportion of cancer cases associated with each infection, and age-standardized rates (ASRs), which adjust for age distribution differences to allow for comparisons across populations.
CREATE TABLE owid_gco_infections (
"country" VARCHAR,
"year" INTEGER,
"sex" VARCHAR,
"agent" VARCHAR,
"cancer" VARCHAR,
"attr_cases" FLOAT,
"asir_att" FLOAT,
"paf" FLOAT,
"cases" FLOAT,
"asir" FLOAT,
"attr_cases_share" FLOAT
);Anyone who has the link will be able to view this.