Baselight

Population On 1 January By Age Group, Sex And Citizenship

Eurostat code: migr_pop1ctz ยท (1998 - 2024)

@eurostat.migr_pop1ctz

Population On 1 January By Age Group, Sex And Citizenship - Unpivoted
@eurostat.migr_pop1ctz.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.

  • 12.91 MB
  • 8369395 rows
  • 8 columns
freq

Freq

citizen

Citizen

age

Age

unit

Unit

sex

Sex

geo

Geo

time_period

Time Period

value

Value

AnnualAndorraTotalNumberFemalesSwitzerland19988
AnnualAndorraTotalNumberFemalesGermany199831
AnnualAndorraTotalNumberFemalesDenmark1998
AnnualAndorraTotalNumberFemalesGreece1998
AnnualAndorraTotalNumberFemalesFinland1998
AnnualAndorraTotalNumberFemalesHungary1998
AnnualAndorraTotalNumberFemalesIceland1998
AnnualAndorraTotalNumberFemalesItaly19988
AnnualAndorraTotalNumberFemalesNorway1998
AnnualAndorraTotalNumberFemalesPortugal1998

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

Share link

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