Baselight

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

Eurostat code: met_proj_19rp ยท (2019 - 2100)

@eurostat.met_proj_19rp

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

  • 496.6 KB
  • 67650 rows
  • 8 columns
freq

Freq

projection

Projection

age

Age

sex

Sex

unit

Unit

metroreg

Metroreg

time_period

Time Period

value

Value

AnnualBaseline projectionsTotalFemalesPersonWien20191460755
AnnualBaseline projectionsTotalFemalesPersonGraz2019322718
AnnualBaseline projectionsTotalFemalesPersonLinz2019404198
AnnualBaseline projectionsTotalFemalesPersonSalzburg2019188180
AnnualBaseline projectionsTotalFemalesPersonInnsbruck2019158465
AnnualBaseline projectionsTotalFemalesPersonNon-metropolitan regions in Austria20191967426
AnnualBaseline projectionsTotalFemalesPersonBruxelles / Brussel20191301661
AnnualBaseline projectionsTotalFemalesPersonAntwerpen2019530892
AnnualBaseline projectionsTotalFemalesPersonGent2019325424
AnnualBaseline projectionsTotalFemalesPersonCharleroi2019221763

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

Share link

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