Baselight

Alcohol Consumption Per Capita 2016

Pure alcohol consumption among persons (age 15+) in litres per capita 2016

@kaggle.mattop_alcohol_consumption_per_capita_2016

Alcohol Consumption
@kaggle.mattop_alcohol_consumption_per_capita_2016.alcohol_consumption

  • 15.66 KB
  • 189 rows
  • 10 columns
country

Country

total_consumption

Total Consumption

recorded_consumption

Recorded Consumption

unrecorded_consumption

Unrecorded Consumption

beer_percentage

Beer Percentage

wine_percentage

Wine Percentage

spirits_percentage

Spirits Percentage

other_percentage

Other Percentage

n_2020_projection

2020 Projection

n_2025_projection

2025 Projection

Estonia16.915.81.132.77.450.39.611.511.9
Lithuania1513.81.243.67.337.112.114.413.9
Czech Republic14.312.41.453.321.325.411.211.4
Seychelles13.812.41.468.922.46.32.510.410.6
Germany13.411.31.452.628.418.912.812.6
Nigeria13.49.63.87.90.40.691.11312.5
Ireland1311.31.4472818.86.213.513.9
Moldova1311.51.435.444.62012.612.4
Latvia12.911.11.942.811.1406.11415.1
Bulgaria12.711.41.338.817.242.91.21313.4

CREATE TABLE alcohol_consumption (
  "country" VARCHAR,
  "total_consumption" DOUBLE,
  "recorded_consumption" DOUBLE,
  "unrecorded_consumption" DOUBLE,
  "beer_percentage" DOUBLE,
  "wine_percentage" DOUBLE,
  "spirits_percentage" DOUBLE,
  "other_percentage" DOUBLE,
  "n_2020_projection" DOUBLE,
  "n_2025_projection" DOUBLE
);

Share link

Anyone who has the link will be able to view this.