Baselight

Population On 1st January By Age, Sex, Type Of Projection And NUTS 3 Region

Eurostat code: proj_19rp3 · (2019 - 2100)

@eurostat.proj_19rp3

Population On 1st January By Age, Sex, Type Of Projection And NUTS 3 Region - Unpivoted
@eurostat.proj_19rp3.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.

  • 226.03 MB
  • 91535616 rows
  • 8 columns
freq

Freq

projection

Projection

age

Age

sex

Sex

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualBaseline projectionsTotalFemalesPersonMittelburgenland201919095
AnnualBaseline projectionsTotalFemalesPersonNordburgenland201981095
AnnualBaseline projectionsTotalFemalesPersonSüdburgenland201949297
AnnualBaseline projectionsTotalFemalesPersonMostviertel-Eisenwurzen2019123629
AnnualBaseline projectionsTotalFemalesPersonNiederösterreich-Süd2019132416
AnnualBaseline projectionsTotalFemalesPersonSankt Pölten201978783
AnnualBaseline projectionsTotalFemalesPersonWaldviertel2019109644
AnnualBaseline projectionsTotalFemalesPersonWeinviertel201963085
AnnualBaseline projectionsTotalFemalesPersonWiener Umland/Nordteil2019168305
AnnualBaseline projectionsTotalFemalesPersonWiener Umland/Südteil2019175782

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

Share link

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