UNWTO GDP From Tourism
@owid.unwto_gdp
@owid.unwto_gdp
UNWTO Department of Statistics data on the Sustainable Development Goals indicators 8.9.1 and 12.b.1, included in the Global Indicator Framework. Data collection started in 2019 and provides data from 2008 onwards, the latest update took place on 15 March 2023. Indicator 8.9.1 on Tourism Direct GDP helps to monitor Target 8.9 which calls on countries “to promote sustainable tourism” under Goal 8 on decent Work and Economic Growth. The data collection is done in cooperation with the OECD.
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.