Baselight

Population By Citizenship And Country Of Birth - Functional Urban Areas

Eurostat code: urb_lpopcb · (1990 - 2024)

@eurostat.urb_lpopcb

Population By Citizenship And Country Of Birth - Functional Urban Areas - Unpivoted
@eurostat.urb_lpopcb.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.

  • 314.15 KB
  • 70270 rows
  • 5 columns
freq

Freq

indic_ur

Indic Ur

cities

Cities

time_period

Time Period

value

Value

AnnualNationals as a proportion of populationSwitzerland199082
AnnualNationals as a proportion of populationZürich199080
AnnualNationals as a proportion of populationBiel/Bienne199084
AnnualNationalsSwitzerland19905628255
AnnualNationalsBern1990308879
AnnualNationalsZürich1990815655
AnnualNationalsGenève1990277230
AnnualNationalsGeneva crossborder FUA1990448903
AnnualNationalsBasel1990384946
AnnualNationalsLausanne1990216940

CREATE TABLE tidy (
  "freq" VARCHAR,
  "indic_ur" VARCHAR,
  "cities" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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