UNWTO GDP From Tourism
@owid.unwto_gdp
@owid.unwto_gdp
CREATE TABLE owid_unwto_gdp_1 (
"index" BIGINT,
"country" VARCHAR,
"year" INTEGER,
"gdp" FLOAT,
"source" VARCHAR
);
CREATE TABLE owid_unwto_gdp_2 (
"country" VARCHAR,
"year" INTEGER,
"tourism_share_gdp" FLOAT
);
Anyone who has the link will be able to view this.