Baselight

Protected Forests

Eurostat code: for_protect ยท (1990 - 2015)

@eurostat.for_protect

Protected Forests - Unpivoted
@eurostat.for_protect.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.

  • 8.77 KB
  • 709 rows
  • 7 columns
freq

Freq

unit

Unit

indic_fo

Indic Fo

areaprot

Areaprot

geo

Geo

time_period

Time Period

value

Value

AnnualThousand hectaresForestProtected areaBulgaria1990131
AnnualThousand hectaresForestProtected areaCyprus19903.06
AnnualThousand hectaresForestProtected areaDenmark19900.57
AnnualThousand hectaresForestProtected areaEstonia1990
AnnualThousand hectaresForestProtected areaGreece1990139
AnnualThousand hectaresForestProtected areaSpain19901341.76
AnnualThousand hectaresForestProtected areaEuropean Union - 27 countries (from 2020)19903025.37
AnnualThousand hectaresForestProtected areaEuropean Union - 28 countries (2013-2020)19903025.37
AnnualThousand hectaresForestProtected areaCroatia1990164
AnnualThousand hectaresForestProtected areaHungary1990316.21

CREATE TABLE tidy (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "indic_fo" VARCHAR,
  "areaprot" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

Anyone who has the link will be able to view this.