Baselight

Volume Of Timber (FAO, FE)

Eurostat code: for_vol ยท (1990 - 2020)

@eurostat.for_vol

About this Dataset

Volume Of Timber (FAO, FE)

This Eurostat dataset contains data on volume of timber (fao, fe), 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-12-09T23:00:00+0100

Tables

Volume Of Timber (FAO, FE) - Raw

@eurostat.for_vol.raw
  • 11.99 KB
  • 47 rows
  • 13 columns

CREATE TABLE raw (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "indic_fo" VARCHAR,
  "geo" VARCHAR,
  "n_1990" DOUBLE,
  "n_2000" DOUBLE,
  "n_2010" DOUBLE,
  "n_2015" DOUBLE,
  "n_2016" DOUBLE,
  "n_2017" DOUBLE,
  "n_2018" DOUBLE,
  "n_2019" DOUBLE,
  "n_2020" DOUBLE
);

Volume Of Timber (FAO, FE) - Unpivoted

@eurostat.for_vol.tidy
  • 7.46 KB
  • 389 rows
  • 6 columns

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

Share link

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