Baselight

Water Exploitation Index, Plus (WEI+)

Eurostat code: sdg_06_60 ยท (2000 - 2022)

@eurostat.sdg_06_60

Water Exploitation Index, Plus (WEI+) - Unpivoted
@eurostat.sdg_06_60.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.

  • 7.97 KB
  • 851 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualPercentageAlbania20003.55
AnnualPercentageAustria20001.25
AnnualPercentageBosnia and Herzegovina20000.43
AnnualPercentageBelgium20007.12
AnnualPercentageBulgaria20001.44
AnnualPercentageSwitzerland20000.79
AnnualPercentageCyprus200059.54
AnnualPercentageCzechia20003.09
AnnualPercentageGermany20004.32
AnnualPercentageDenmark20003.39

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

Share link

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