Baselight

Municipal Waste Generated - % Of Population, ENP-East Countries

Eurostat code: enpe_env_wasgenm ยท (2005 - 2023)

@eurostat.enpe_env_wasgenm

Municipal Waste Generated - % Of Population, ENP-East Countries - Unpivoted
@eurostat.enpe_env_wasgenm.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.48 KB
  • 74 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualKilograms per capitaArmenia2005108
AnnualKilograms per capitaAzerbaijan2005210
AnnualKilograms per capitaMoldova2005359
AnnualKilograms per capitaArmenia2006109
AnnualKilograms per capitaAzerbaijan2006186
AnnualKilograms per capitaMoldova2006385
AnnualKilograms per capitaArmenia2007112
AnnualKilograms per capitaAzerbaijan2007191
AnnualKilograms per capitaMoldova2007508
AnnualKilograms per capitaArmenia2008119

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.