Vaccine Confidence Index
@owid.vaccine_confidence
@owid.vaccine_confidence
CREATE TABLE owid_vaccine_confidence_1 (
"country" VARCHAR,
"year" INTEGER,
"children" FLOAT,
"safe" FLOAT,
"effective" FLOAT,
"beliefs" FLOAT
);
CREATE TABLE owid_vaccine_confidence_2 (
"country" VARCHAR,
"year" INTEGER,
"question" VARCHAR,
"strongly_agree" FLOAT,
"tend_to_agree" FLOAT,
"tend_to_disagree" FLOAT,
"strongly_disagree" FLOAT,
"dont_know_prefer_not_to_say" FLOAT,
"agree" FLOAT,
"disagree" FLOAT
);
Anyone who has the link will be able to view this.