Baselight

Gross Domestic Product (GDP) And Gross Value Added (GVA) In Volume By NUTS 2 Region

Eurostat code: nama_10r_2gvagr · (1995 - 2023)

@eurostat.nama_10r_2gvagr

Gross Domestic Product (GDP) And Gross Value Added (GVA) In Volume By NUTS 2 Region - Unpivoted
@eurostat.nama_10r_2gvagr.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.

  • 73.83 KB
  • 38072 rows
  • 6 columns
freq

Freq

na_item

Na Item

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualValue added, grossIndex, 2015=100Cyprus199563.7
AnnualValue added, grossIndex, 2015=100Kýpros199563.7
AnnualValue added, grossIndex, 2015=100Kýpros199563.7
AnnualValue added, grossIndex, 2015=100Czechia199562.4
AnnualValue added, grossIndex, 2015=100Česko199562.4
AnnualValue added, grossIndex, 2015=100Praha199548.4
AnnualValue added, grossIndex, 2015=100Střední Čechy199549.4
AnnualValue added, grossIndex, 2015=100Jihozápad199570.5
AnnualValue added, grossIndex, 2015=100Severozápad199588.2
AnnualValue added, grossIndex, 2015=100Severovýchod199567

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

Share link

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