Baselight

Short-term Population Projections (2024-2050)

Eurostat code: proj_stp25 ยท (2024 - 2050)

@eurostat.proj_stp25

Loading...
Loading...

About this Dataset

Short-term Population Projections (2024-2050)

This Eurostat dataset contains data on short-term population projections (2024-2050), as collected and published by the Statistical Office of the European Union.

Tables included:

  • raw: Original table as downloaded from Eurostat.
  • tidy: A cleaned and transformed version of the raw table, where time period values appear as rows instead of columns (unpivoted format).

Last updated: 2025-05-21T23:00:00+0200

Tables

Short-term Population Projections (2024-2050) - Raw

@eurostat.proj_stp25.raw
  • 94.21 kB
  • 474 rows
  • 31 columns
Loading...
CREATE TABLE raw (
  "freq" VARCHAR,
  "indic_de" VARCHAR,
  "projection" VARCHAR,
  "geo" VARCHAR,
  "n_2024" DOUBLE  -- 2024,
  "n_2025" DOUBLE  -- 2025,
  "n_2026" DOUBLE  -- 2026,
  "n_2027" DOUBLE  -- 2027,
  "n_2028" DOUBLE  -- 2028,
  "n_2029" DOUBLE  -- 2029,
  "n_2030" DOUBLE  -- 2030,
  "n_2031" DOUBLE  -- 2031,
  "n_2032" DOUBLE  -- 2032,
  "n_2033" DOUBLE  -- 2033,
  "n_2034" DOUBLE  -- 2034,
  "n_2035" DOUBLE  -- 2035,
  "n_2036" DOUBLE  -- 2036,
  "n_2037" DOUBLE  -- 2037,
  "n_2038" DOUBLE  -- 2038,
  "n_2039" DOUBLE  -- 2039,
  "n_2040" DOUBLE  -- 2040,
  "n_2041" DOUBLE  -- 2041,
  "n_2042" DOUBLE  -- 2042,
  "n_2043" DOUBLE  -- 2043,
  "n_2044" DOUBLE  -- 2044,
  "n_2045" DOUBLE  -- 2045,
  "n_2046" DOUBLE  -- 2046,
  "n_2047" DOUBLE  -- 2047,
  "n_2048" DOUBLE  -- 2048,
  "n_2049" DOUBLE  -- 2049,
  "n_2050" DOUBLE  -- 2050
);

Short-term Population Projections (2024-2050) - Unpivoted

@eurostat.proj_stp25.tidy
  • 70.42 kB
  • 12,798 rows
  • 6 columns
Loading...
CREATE TABLE tidy (
  "freq" VARCHAR,
  "indic_de" VARCHAR,
  "projection" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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