Baselight

Short-term Update Of The Projected Population (2022-2032)

Eurostat code: proj_stp22 ยท (2019 - 2032)

@eurostat.proj_stp22

Loading...
Loading...

About this Dataset

Short-term Update Of The Projected Population (2022-2032)

This Eurostat dataset contains data on short-term update of the projected population (2022-2032), 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: 2023-08-28T11:00:00+0200

Tables

Short-term Update Of The Projected Population (2022-2032) - Raw

@eurostat.proj_stp22.raw
  • 33.06 KB
  • 315 rows
  • 18 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "projection" VARCHAR,
  "indic_de" VARCHAR,
  "geo" VARCHAR,
  "n_2019" DOUBLE,
  "n_2020" DOUBLE,
  "n_2021" DOUBLE,
  "n_2022" DOUBLE,
  "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
);

Short-term Update Of The Projected Population (2022-2032) - Unpivoted

@eurostat.proj_stp22.tidy
  • 25.12 KB
  • 4410 rows
  • 6 columns
Loading...

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

Share link

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