Baselight

Population Served By Municipal Waste

Eurostat code: enps_env_wasacc ยท (2005 - 2022)

@eurostat.enps_env_wasacc

Population Served By Municipal Waste - Unpivoted
@eurostat.enps_env_wasacc.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.87 KB
  • 59 rows
  • 6 columns
freq

Freq

unit

Unit

deg_urb

Deg Urb

geo

Geo

time_period

Time Period

value

Value

AnnualPercentageUrban areasTunisia2005100
AnnualPercentageRural areasTunisia2005
AnnualPercentageTotalPalestine*200598.6
AnnualPercentageTotalTunisia200565.2
AnnualPercentageUrban areasTunisia2006100
AnnualPercentageRural areasTunisia2006
AnnualPercentageTotalAlgeria200680
AnnualPercentageTotalPalestine*200690.3
AnnualPercentageTotalTunisia200665.4
AnnualPercentageUrban areasTunisia2007100

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

Share link

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