Baselight

Sawnwood Trade By Species

Eurostat code: for_swspec ยท (1992 - 2023)

@eurostat.for_swspec

Sawnwood Trade By Species - Unpivoted
@eurostat.for_swspec.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.

  • 205.31 KB
  • 37211 rows
  • 7 columns
freq

Freq

treespec

Treespec

stk_flow

Stk Flow

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualConiferousExportsThousand euroAustria1992669915.03
AnnualConiferousExportsThousand euroBulgaria19924074.36
AnnualConiferousExportsThousand euroCyprus1992263.67
AnnualConiferousExportsThousand euroGermany1992164704.82
AnnualConiferousExportsThousand euroDenmark199229334.67
AnnualConiferousExportsThousand euroEstonia19922813.66
AnnualConiferousExportsThousand euroSpain199212351.09
AnnualConiferousExportsThousand euroFinland1992792591.62
AnnualConiferousExportsThousand euroFrance199256546.67
AnnualConiferousExportsThousand euroCroatia19925502.88

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

Share link

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