Baselight

Global Value Chain Participation - EU Country Perspective (FIGARO Application)

Eurostat code: naio_10_fggvcm ยท (2010 - 2022)

@eurostat.naio_10_fggvcm

Global Value Chain Participation - EU Country Perspective (FIGARO Application) - Unpivoted
@eurostat.naio_10_fggvcm.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.

  • 8.3 KB
  • 1053 rows
  • 6 columns
freq

Freq

stk_flow

Stk Flow

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualOverall participationPercentage of total gross exportsAustria201053.6
AnnualOverall participationPercentage of total gross exportsBelgium201058.4
AnnualOverall participationPercentage of total gross exportsBulgaria201051.4
AnnualOverall participationPercentage of total gross exportsCyprus201048.8
AnnualOverall participationPercentage of total gross exportsCzechia201059.3
AnnualOverall participationPercentage of total gross exportsGermany201044.8
AnnualOverall participationPercentage of total gross exportsDenmark201054.1
AnnualOverall participationPercentage of total gross exportsEstonia201059
AnnualOverall participationPercentage of total gross exportsGreece201050.2
AnnualOverall participationPercentage of total gross exportsSpain201045.8

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