Baselight

Gross Value Added - NACE Rev. 2: J - Current Prices

Eurostat code: teina424_r2 ยท (2022-Q1 - 2024-Q4)

@eurostat.teina424_r2

Gross Value Added - NACE Rev. 2: J - Current Prices - Unpivoted
@eurostat.teina424_r2.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.

  • 11.55 KB
  • 900 rows
  • 7 columns
freq

Freq

na_item

Na Item

nace_r2

Nace R2

unit

Unit

geo

Geo

time_period

Time Period

value

Value

QuarterlyValue added, grossInformation and communicationMillion euro (NSA)Albania2022-Q189.3
QuarterlyValue added, grossInformation and communicationMillion euro (NSA)Austria2022-Q13907.2
QuarterlyValue added, grossInformation and communicationMillion euro (NSA)Bosnia and Herzegovina2022-Q1250.8
QuarterlyValue added, grossInformation and communicationMillion euro (NSA)Belgium2022-Q15183.5
QuarterlyValue added, grossInformation and communicationMillion euro (NSA)Bulgaria2022-Q11041.4
QuarterlyValue added, grossInformation and communicationMillion euro (NSA)Switzerland2022-Q18118.3
QuarterlyValue added, grossInformation and communicationMillion euro (NSA)Cyprus2022-Q1680.9
QuarterlyValue added, grossInformation and communicationMillion euro (NSA)Czechia2022-Q14217.9
QuarterlyValue added, grossInformation and communicationMillion euro (NSA)Germany2022-Q142185
QuarterlyValue added, grossInformation and communicationMillion euro (NSA)Denmark2022-Q13672.3

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

Share link

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