Alcohol Consumption By Country
How much alcohol is consumed by country as per their GDP
@kaggle.pralabhpoudel_alcohol_consumption_by_country
How much alcohol is consumed by country as per their GDP
@kaggle.pralabhpoudel_alcohol_consumption_by_country
Total alcohol per capita consumption is defined as the total (sum of recorded and unrecorded alcohol) amount of alcohol consumed per person (15 years of age or older) over a calendar year, in litres of pure alcohol, adjusted for tourist consumption.
Statistical concept and methodology: The estimates for the total alcohol consumption are produced by summing up the 3-year average per capita (15+) recorded alcohol consumption and an estimate of per capita (15+) unrecorded alcohol consumption for a calendar year. Tourist consumption takes into account tourists visiting the country and inhabitants visiting other countries.
Variable time span 2000 – 2018
CREATE TABLE alcohol_consumption_vs_gdp_per_capita (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"total_alcohol_consumption_per_capita_liters_of_pure_al_c7091600" DOUBLE -- Total Alcohol Consumption Per Capita (liters Of Pure Alcohol, Projected Estimates, 15+ Years Of Age),
"gdp_per_capita_ppp_constant_2017_international" DOUBLE -- GDP Per Capita, PPP (constant 2017 International $),
"population_historical_estimates" DOUBLE -- Population (historical Estimates),
"continent" VARCHAR
);Anyone who has the link will be able to view this.