Baselight

Transport By Type Of Good (from 2007 Onwards With NST2007)

Eurostat code: iww_go_atygo ยท (2007 - 2023)

@eurostat.iww_go_atygo

Transport By Type Of Good (from 2007 Onwards With NST2007) - Unpivoted
@eurostat.iww_go_atygo.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.

  • 518.55 KB
  • 198040 rows
  • 8 columns
freq

Freq

tra_cov

Tra Cov

nst07

Nst07

typpack

Typpack

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualInternational transportProducts of agriculture, hunting, and forestry; fish and other fishing productsGoods not in containers and empty containersMillion tonne-kilometre (TKM)Belgium2007272
AnnualInternational transportProducts of agriculture, hunting, and forestry; fish and other fishing productsGoods not in containers and empty containersMillion tonne-kilometre (TKM)Germany20073143
AnnualInternational transportProducts of agriculture, hunting, and forestry; fish and other fishing productsGoods not in containers and empty containersMillion tonne-kilometre (TKM)France2007890
AnnualInternational transportProducts of agriculture, hunting, and forestry; fish and other fishing productsGoods not in containers and empty containersMillion tonne-kilometre (TKM)Hungary2007366
AnnualInternational transportProducts of agriculture, hunting, and forestry; fish and other fishing productsGoods not in containers and empty containersMillion tonne-kilometre (TKM)Netherlands2007747
AnnualInternational transportProducts of agriculture, hunting, and forestry; fish and other fishing productsGoods not in containers and empty containersMillion tonne-kilometre (TKM)Poland20074
AnnualInternational transportProducts of agriculture, hunting, and forestry; fish and other fishing productsGoods not in containers and empty containersThousand tonnesBelgium20073874
AnnualInternational transportProducts of agriculture, hunting, and forestry; fish and other fishing productsGoods not in containers and empty containersThousand tonnesGermany20077344
AnnualInternational transportProducts of agriculture, hunting, and forestry; fish and other fishing productsGoods not in containers and empty containersThousand tonnesFrance20077195
AnnualInternational transportProducts of agriculture, hunting, and forestry; fish and other fishing productsGoods not in containers and empty containersThousand tonnesHungary20072238

CREATE TABLE tidy (
  "freq" VARCHAR,
  "tra_cov" VARCHAR,
  "nst07" VARCHAR,
  "typpack" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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