Baselight

Protected Forests

Eurostat code: for_protect ยท (1990 - 2015)

@eurostat.for_protect

Loading...
Loading...

About this Dataset

Protected Forests

This Eurostat dataset contains data on protected forests, as collected and published by the Statistical Office of the European Union.

Tables included:

  • raw: Original table as downloaded from Eurostat.
  • tidy: A cleaned and transformed version of the raw table, where time period values appear as rows instead of columns (unpivoted format).

Last updated: 2020-08-03T23:00:00+0200

Tables

Protected Forests - Raw

@eurostat.for_protect.raw
  • 10.85 KB
  • 169 rows
  • 10 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "indic_fo" VARCHAR,
  "areaprot" VARCHAR,
  "geo" VARCHAR,
  "n_1990" DOUBLE,
  "n_2000" DOUBLE,
  "n_2005" DOUBLE,
  "n_2010" DOUBLE,
  "n_2015" DOUBLE
);

Protected Forests - Unpivoted

@eurostat.for_protect.tidy
  • 8.77 KB
  • 709 rows
  • 7 columns
Loading...

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.