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
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,
"gdp_per_capita_ppp_constant_2017_international" DOUBLE,
"population_historical_estimates" DOUBLE,
"continent" VARCHAR
);
Anyone who has the link will be able to view this.