Baselight

Population By Sex, Age And Other Typologies

Eurostat code: urt_lfsd3pop ยท (1999 - 2023)

@eurostat.urt_lfsd3pop

Population By Sex, Age And Other Typologies - Unpivoted
@eurostat.urt_lfsd3pop.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.

  • 152.82 KB
  • 27886 rows
  • 8 columns
freq

Freq

unit

Unit

age

Age

sex

Sex

terrtypo

Terrtypo

geo

Geo

time_period

Time Period

value

Value

AnnualThousand personsFrom 15 to 64 yearsFemalesBorder regionsAustria19992360.6
AnnualThousand personsFrom 15 to 64 yearsFemalesBorder regionsEstonia1999234.6
AnnualThousand personsFrom 15 to 64 yearsFemalesBorder regionsGreece1999472
AnnualThousand personsFrom 15 to 64 yearsFemalesBorder regionsSpain19993809
AnnualThousand personsFrom 15 to 64 yearsFemalesBorder regionsHungary19992549.8
AnnualThousand personsFrom 15 to 64 yearsFemalesBorder regionsIreland1999434.2
AnnualThousand personsFrom 15 to 64 yearsFemalesBorder regionsLithuania1999957
AnnualThousand personsFrom 15 to 64 yearsFemalesBorder regionsLuxembourg1999141.2
AnnualThousand personsFrom 15 to 64 yearsFemalesBorder regionsLatvia1999549.3
AnnualThousand personsFrom 15 to 64 yearsFemalesBorder regionsRomania19993574.7

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

Share link

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