Baselight

Global Value Chain Participation - EU Perspective (FIGARO Application)

Eurostat code: naio_10_fggvce ยท (2010 - 2022)

@eurostat.naio_10_fggvce

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

  • 7.78 KB
  • 1092 rows
  • 6 columns
freq

Freq

stk_flow

Stk Flow

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualOverall participationPercentage of EU gross exportsAustria201030.6
AnnualOverall participationPercentage of EU gross exportsBelgium201034.9
AnnualOverall participationPercentage of EU gross exportsBulgaria201040.1
AnnualOverall participationPercentage of EU gross exportsCyprus201043.1
AnnualOverall participationPercentage of EU gross exportsCzechia201032.5
AnnualOverall participationPercentage of EU gross exportsGermany201029.9
AnnualOverall participationPercentage of EU gross exportsDenmark201040.8
AnnualOverall participationPercentage of EU gross exportsEstonia201037.7
AnnualOverall participationPercentage of EU gross exportsGreece201044.6
AnnualOverall participationPercentage of EU gross exportsSpain201033.1

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.