Global Antimicrobial Resistance And Use Surveillance System (GLASS) - By Antibiotic
@owid.who_glass_by_antibiotic
@owid.who_glass_by_antibiotic
CREATE TABLE owid_antibiotic_table (
"country" VARCHAR,
"year" INTEGER,
"syndrome" VARCHAR,
"pathogen" VARCHAR,
"antibiotic" VARCHAR,
"bcis_with_ast_per_million" FLOAT,
"total_bcis_with_ast" UINTEGER,
"share_bcis_with_ast" FLOAT
);
CREATE TABLE owid_bci_table (
"country" VARCHAR,
"year" INTEGER,
"syndrome" VARCHAR,
"pathogen" VARCHAR,
"bcis_per_million" FLOAT,
"total_bcis" UINTEGER
);
Anyone who has the link will be able to view this.