Baselight

Short-term Population Projections (2023-2050)

Eurostat code: proj_stp24 ยท (2023 - 2050)

@eurostat.proj_stp24

Loading...
Loading...

About this Dataset

Short-term Population Projections (2023-2050)

This Eurostat dataset contains data on short-term population projections (2023-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: 2024-10-10T23:00:00+0200

Tables

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

@eurostat.proj_stp24.raw
  • 95 KB
  • 474 rows
  • 32 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "indic_de" VARCHAR,
  "projection" VARCHAR,
  "geo" VARCHAR,
  "n_2023" DOUBLE,
  "n_2024" DOUBLE,
  "n_2025" DOUBLE,
  "n_2026" DOUBLE,
  "n_2027" DOUBLE,
  "n_2028" DOUBLE,
  "n_2029" DOUBLE,
  "n_2030" DOUBLE,
  "n_2031" DOUBLE,
  "n_2032" DOUBLE,
  "n_2033" DOUBLE,
  "n_2034" DOUBLE,
  "n_2035" DOUBLE,
  "n_2036" DOUBLE,
  "n_2037" DOUBLE,
  "n_2038" DOUBLE,
  "n_2039" DOUBLE,
  "n_2040" DOUBLE,
  "n_2041" DOUBLE,
  "n_2042" DOUBLE,
  "n_2043" DOUBLE,
  "n_2044" DOUBLE,
  "n_2045" DOUBLE,
  "n_2046" DOUBLE,
  "n_2047" DOUBLE,
  "n_2048" DOUBLE,
  "n_2049" DOUBLE,
  "n_2050" DOUBLE
);

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

@eurostat.proj_stp24.tidy
  • 71.03 KB
  • 13272 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.