Baselight

Roundwood, Fuelwood And Other Basic Products

Eurostat code: for_basic ยท (1988 - 2023)

@eurostat.for_basic

Roundwood, Fuelwood And Other Basic Products - Unpivoted
@eurostat.for_basic.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.

  • 618.23 KB
  • 127758 rows
  • 8 columns
freq

Freq

prod_wd

Prod Wd

treespec

Treespec

stk_flow

Stk Flow

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualRoundwood (wood in the rough)ConiferousProductionThousand cubic metresFrance198819228.13
AnnualRoundwood (wood in the rough)Non-coniferousProductionThousand cubic metresFrance198838991.73
AnnualRoundwood (wood in the rough)Total - all speciesProductionThousand cubic metresFrance198858219.86
AnnualFuelwood (including wood for charcoal)ConiferousProductionThousand cubic metresFrance19882862.76
AnnualFuelwood (including wood for charcoal)Non-coniferousProductionThousand cubic metresFrance198825764.81
AnnualFuelwood (including wood for charcoal)Total - all speciesProductionThousand cubic metresFrance198828627.57
AnnualIndustrial roundwoodConiferousProductionThousand cubic metresFrance198816365.37
AnnualIndustrial roundwoodNon-coniferousProductionThousand cubic metresFrance198813226.92
AnnualIndustrial roundwoodTotal - all speciesProductionThousand cubic metresFrance198829592.29
AnnualRoundwood (wood in the rough)ConiferousProductionThousand cubic metresFrance198920327.39

CREATE TABLE tidy (
  "freq" VARCHAR,
  "prod_wd" 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.