Baselight

Active Population By Sex, Age And Citizenship (1–000)

Eurostat code: lfsa_agan · (1995 - 2024)

@eurostat.lfsa_agan

Active Population By Sex, Age And Citizenship (1–000) - Unpivoted
@eurostat.lfsa_agan.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.

  • 1.36 MB
  • 406940 rows
  • 8 columns
freq

Freq

unit

Unit

sex

Sex

age

Age

citizen

Citizen

geo

Geo

time_period

Time Period

value

Value

AnnualThousand personsFemalesFrom 15 to 19 yearsEU27 countries (from 2020) except reporting countryGermany199515.2
AnnualThousand personsFemalesFrom 15 to 19 yearsEU27 countries (from 2020) except reporting countryLuxembourg19950.8
AnnualThousand personsFemalesFrom 15 to 19 yearsForeign countryAustria199510.3
AnnualThousand personsFemalesFrom 15 to 19 yearsForeign countryGermany199580.3
AnnualThousand personsFemalesFrom 15 to 19 yearsForeign countryFrance199511.8
AnnualThousand personsFemalesFrom 15 to 19 yearsForeign countryLuxembourg19950.9
AnnualThousand personsFemalesFrom 15 to 19 yearsForeign countryUnited Kingdom199511.8
AnnualThousand personsFemalesFrom 15 to 19 yearsReporting countryAustria199574.9
AnnualThousand personsFemalesFrom 15 to 19 yearsReporting countryBelgium199513.9
AnnualThousand personsFemalesFrom 15 to 19 yearsReporting countryGermany1995490

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

Share link

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