Baselight

Population Connected To Public Water Supply

Eurostat code: enps_env_wat_cov ยท (2005 - 2022)

@eurostat.enps_env_wat_cov

Population Connected To Public Water Supply - Unpivoted
@eurostat.enps_env_wat_cov.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.

  • 4.38 KB
  • 87 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualPercentageAlgeria200589
AnnualPercentageIsrael2005100
AnnualPercentageJordan200582.4
AnnualPercentageMorocco200570.9
AnnualPercentagePalestine*200595.9
AnnualPercentageTunisia200580.6
AnnualPercentageAlgeria200690
AnnualPercentageEgypt200698
AnnualPercentageIsrael2006100
AnnualPercentageJordan200697.7

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.