Baselight

Land Covered By Artificial Surfaces - Index

Eurostat code: lan_lcv_arti ยท (2009 - 2018)

@eurostat.lan_lcv_arti

Land Covered By Artificial Surfaces - Index - Unpivoted
@eurostat.lan_lcv_arti.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.18 KB
  • 247 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualIndex, 2009=100Austria2009100
AnnualIndex, 2009=100Belgium2009100
AnnualIndex, 2009=100Czechia2009100
AnnualIndex, 2009=100Germany2009100
AnnualIndex, 2009=100Denmark2009100
AnnualIndex, 2009=100Estonia2009100
AnnualIndex, 2009=100Greece2009100
AnnualIndex, 2009=100Spain2009100
AnnualIndex, 2009=100European Union (aggregate changing according to the context)2009100
AnnualIndex, 2009=100Finland2009100

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.