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.85 kB
  • 315 rows
  • 18 columns
Loading...
CREATE TABLE raw (
  "freq" VARCHAR,
  "projection" VARCHAR,
  "indic_de" VARCHAR,
  "geo" VARCHAR,
  "n_2019" DOUBLE  -- 2019,
  "n_2020" DOUBLE  -- 2020,
  "n_2021" DOUBLE  -- 2021,
  "n_2022" DOUBLE  -- 2022,
  "n_2023" DOUBLE  -- 2023,
  "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
);

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

@eurostat.proj_stp22.tidy
  • 25.72 kB
  • 4,410 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.