Baselight

Obesity Rate By Body Mass Index (BMI)

Eurostat code: sdg_02_10 ยท (2008 - 2022)

@eurostat.sdg_02_10

Obesity Rate By Body Mass Index (BMI) - Unpivoted
@eurostat.sdg_02_10.tidy

This table contains the same data as the raw table, but in a tidy format: time period values are unpivoted into rows under a single time_period column, making the dataset easier to analyze and visualize.

  • 6.84 KB
  • 462 rows
  • 6 columns
freq

Freq

unit

Unit

bmi

Bmi

geo

Geo

time_period

Time Period

value

Value

AnnualPercentagePre-obeseAustria200836.5
AnnualPercentagePre-obeseBelgium200833.5
AnnualPercentagePre-obeseBulgaria200839.3
AnnualPercentagePre-obeseCyprus200835.7
AnnualPercentagePre-obeseCzechia200838.3
AnnualPercentagePre-obeseGermany200836.3
AnnualPercentagePre-obeseEstonia200832.5
AnnualPercentagePre-obeseGreece200838.7
AnnualPercentagePre-obeseSpain200837.3
AnnualPercentagePre-obeseFrance200831.4

CREATE TABLE tidy (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "bmi" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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