Baselight

Municipal Waste Generated

Eurostat code: enps_env_wasgenm ยท (2005 - 2022)

@eurostat.enps_env_wasgenm

Municipal Waste Generated - Unpivoted
@eurostat.enps_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.49 KB
  • 64 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualThousand tonnesAlgeria20058500
AnnualThousand tonnesEgypt200519200
AnnualThousand tonnesIsrael20054085.9
AnnualThousand tonnesJordan20052358.9
AnnualThousand tonnesPalestine*2005996
AnnualThousand tonnesTunisia20052044.7
AnnualThousand tonnesEgypt200616500
AnnualThousand tonnesIsrael20064226.5
AnnualThousand tonnesJordan20062309.5
AnnualThousand tonnesPalestine*20061038

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.