Baselight

Gross Domestic Product (GDP) At Current Market Prices By NUTS 3 Region

Eurostat code: nama_10r_3gdp · (2000 - 2023)

@eurostat.nama_10r_3gdp

Gross Domestic Product (GDP) At Current Market Prices By NUTS 3 Region - Unpivoted
@eurostat.nama_10r_3gdp.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.

  • 1.37 MB
  • 279563 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualEuro per inhabitantAustria200026500
AnnualEuro per inhabitantOstösterreich200028200
AnnualEuro per inhabitantBurgenland200017700
AnnualEuro per inhabitantMittelburgenland200015000
AnnualEuro per inhabitantNordburgenland200018900
AnnualEuro per inhabitantSüdburgenland200017200
AnnualEuro per inhabitantNiederösterreich200021900
AnnualEuro per inhabitantMostviertel-Eisenwurzen200019400
AnnualEuro per inhabitantNiederösterreich-Süd200019400
AnnualEuro per inhabitantSankt Pölten200027000

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

Share link

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