Baselight

Environmental Protection Investments Of Total Economy

Eurostat code: ten00136 ยท (2012 - 2023)

@eurostat.ten00136

Environmental Protection Investments Of Total Economy - Unpivoted
@eurostat.ten00136.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.

  • 5.97 KB
  • 259 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualMillion euroCyprus2012117.1
AnnualMillion euroGermany201211700.8
AnnualMillion euroSpain20122780.9
AnnualMillion euroEuropean Union - 27 countries (from 2020)201251027.6
AnnualMillion euroLithuania2012373.2
AnnualMillion euroPoland20122707.8
AnnualMillion euroRomania2012965.9
AnnualMillion euroSweden20121592.5
AnnualMillion euroSlovenia2012404.5
AnnualMillion euroCyprus2013114.5

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.