Baselight

Tropical Wood Imports To The EU From Chapter 44 Of The Harmonised System

Eurostat code: for_trop ยท (1999 - 2021-12)

@eurostat.for_trop

About this Dataset

Tropical Wood Imports To The EU From Chapter 44 Of The Harmonised System

This Eurostat dataset contains data on tropical wood imports to the eu from chapter 44 of the harmonised system, 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: 2022-12-16T23:00:00+0100

Tables

Tropical Wood Imports To The EU From Chapter 44 Of The Harmonised System - Raw

@eurostat.for_trop.raw
  • 59.15 KB
  • 134 rows
  • 51 columns

CREATE TABLE raw (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "treespec" VARCHAR,
  "geo" VARCHAR,
  "n_1999" DOUBLE,
  "n_2000" DOUBLE,
  "n_2001" DOUBLE,
  "n_2002" DOUBLE,
  "n_2003" DOUBLE,
  "n_2004" DOUBLE,
  "n_2005" DOUBLE,
  "n_2006" DOUBLE,
  "n_2007" DOUBLE,
  "n_2008" DOUBLE,
  "n_2009" DOUBLE,
  "n_2010" DOUBLE,
  "n_2011" DOUBLE,
  "n_2012" DOUBLE,
  "n_2013" DOUBLE,
  "n_2014" DOUBLE,
  "n_2015" DOUBLE,
  "n_2016" DOUBLE,
  "n_2017" DOUBLE,
  "n_2018" DOUBLE,
  "n_2019" DOUBLE,
  "n_2020" DOUBLE,
  "n_2020_01" DOUBLE,
  "n_2020_02" DOUBLE,
  "n_2020_03" DOUBLE,
  "n_2020_04" DOUBLE,
  "n_2020_05" DOUBLE,
  "n_2020_06" DOUBLE,
  "n_2020_07" DOUBLE,
  "n_2020_08" DOUBLE,
  "n_2020_09" DOUBLE,
  "n_2020_10" DOUBLE,
  "n_2020_11" DOUBLE,
  "n_2020_12" DOUBLE,
  "n_2021" DOUBLE,
  "n_2021_01" DOUBLE,
  "n_2021_02" DOUBLE,
  "n_2021_03" DOUBLE,
  "n_2021_04" DOUBLE,
  "n_2021_05" DOUBLE,
  "n_2021_06" DOUBLE,
  "n_2021_07" DOUBLE,
  "n_2021_08" DOUBLE,
  "n_2021_09" DOUBLE,
  "n_2021_10" DOUBLE,
  "n_2021_11" DOUBLE,
  "n_2021_12" DOUBLE
);

Tropical Wood Imports To The EU From Chapter 44 Of The Harmonised System - Unpivoted

@eurostat.for_trop.tidy
  • 28.39 KB
  • 2922 rows
  • 6 columns

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

Share link

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