Baselight

Population Connected To Public Water Supply - %, ENP-East Countries

Eurostat code: enpe_env_wat_cov ยท (2005 - 2023)

@eurostat.enpe_env_wat_cov

Population Connected To Public Water Supply - %, ENP-East Countries - Unpivoted
@eurostat.enpe_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.2 KB
  • 57 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualPercentageArmenia200589
AnnualPercentageBelarus200578
AnnualPercentageArmenia200691
AnnualPercentageBelarus200679
AnnualPercentageArmenia200794
AnnualPercentageBelarus200781
AnnualPercentageArmenia200897
AnnualPercentageBelarus200882
AnnualPercentageArmenia200998
AnnualPercentageBelarus200984

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.