OECD Health Expenditure And Financing Database
@owid.health_expenditure
@owid.health_expenditure
CREATE TABLE owid_health_expenditure_1 (
"country" VARCHAR,
"year" INTEGER,
"financing_scheme" VARCHAR,
"share_gdp" FLOAT,
"share_expenditure" FLOAT,
"ppp_dollars_per_capita" FLOAT,
"ppp_dollars" FLOAT
);
CREATE TABLE owid_health_expenditure_2 (
"country" VARCHAR,
"year" INTEGER,
"financing_scheme" VARCHAR,
"share_gdp" FLOAT,
"share_expenditure" FLOAT,
"ppp_dollars_per_capita" FLOAT,
"ppp_dollars" FLOAT
);
Anyone who has the link will be able to view this.