Baselight

Water Use Balance

Eurostat code: med_en42 ยท (2005 - 2018)

@eurostat.med_en42

Water Use Balance - Unpivoted
@eurostat.med_en42.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.

  • 5.25 KB
  • 80 rows
  • 6 columns
freq

Freq

unit

Unit

src

Src

geo

Geo

time_period

Time Period

value

Value

AnnualMillion cubic metresTotal gross abstraction of freshwaterAlgeria20056450
AnnualMillion cubic metresTotal gross abstraction of freshwaterIsrael20051728
AnnualMillion cubic metresTotal gross abstraction of freshwaterJordan2005857.4
AnnualMillion cubic metresTotal gross abstraction of freshwaterLebanon20051250
AnnualMillion cubic metresTotal gross abstraction of freshwaterTunisia20052448.3
AnnualMillion cubic metresReused waterJordan2005940.5
AnnualMillion cubic metresReused waterTunisia20052092
AnnualMillion cubic metresTotal gross abstraction of freshwaterAlgeria20066500
AnnualMillion cubic metresTotal gross abstraction of freshwaterIsrael20061637
AnnualMillion cubic metresTotal gross abstraction of freshwaterJordan2006845.3

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

Share link

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