Baselight

Recycling Rate Of Municipal Waste

Eurostat code: sdg_11_60 ยท (2000 - 2023)

@eurostat.sdg_11_60

Recycling Rate Of Municipal Waste - Unpivoted
@eurostat.sdg_11_60.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.

  • 7.33 KB
  • 764 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualPercentageAustria200063.4
AnnualPercentageBelgium200049.7
AnnualPercentageBulgaria200015.5
AnnualPercentageSwitzerland200045.3
AnnualPercentageCyprus20003
AnnualPercentageCzechia20000.9
AnnualPercentageGermany200052.5
AnnualPercentageDenmark200037.1
AnnualPercentageEstonia20002.2
AnnualPercentageGreece20008.8

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.