Baselight

Loss Of Citizenship By Sex And New Citizenship

Eurostat code: migr_lct ยท (2008 - 2023)

@eurostat.migr_lct

Loss Of Citizenship By Sex And New Citizenship - Unpivoted
@eurostat.migr_lct.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.

  • 60.17 KB
  • 135775 rows
  • 7 columns
freq

Freq

citizen

Citizen

unit

Unit

sex

Sex

geo

Geo

time_period

Time Period

value

Value

AnnualAndorraNumberFemalesBelgium2008
AnnualAndorraNumberFemalesBulgaria2008
AnnualAndorraNumberFemalesDenmark2008
AnnualAndorraNumberFemalesEstonia2008
AnnualAndorraNumberFemalesFrance2008
AnnualAndorraNumberFemalesCroatia2008
AnnualAndorraNumberFemalesLithuania2008
AnnualAndorraNumberFemalesNetherlands2008
AnnualAndorraNumberFemalesPoland2008
AnnualAndorraNumberFemalesSlovenia2008

CREATE TABLE tidy (
  "freq" VARCHAR,
  "citizen" 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.