Baselight

Unemployment By Sex - Age Group 25-74

Eurostat code: teilm012 · (2024-04 - 2025-03)

@eurostat.teilm012

Unemployment By Sex - Age Group 25-74 - Unpivoted
@eurostat.teilm012.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.

  • 9.93 KB
  • 1143 rows
  • 8 columns
freq

Freq

s_adj

S Adj

age

Age

sex

Sex

unit

Unit

geo

Geo

time_period

Time Period

value

Value

MonthlySeasonally adjusted data, not calendar adjusted dataFrom 25 to 74 yearsFemalesThousand personsAustria2024-0486
MonthlySeasonally adjusted data, not calendar adjusted dataFrom 25 to 74 yearsFemalesThousand personsBosnia and Herzegovina2024-0483
MonthlySeasonally adjusted data, not calendar adjusted dataFrom 25 to 74 yearsFemalesThousand personsBelgium2024-04102
MonthlySeasonally adjusted data, not calendar adjusted dataFrom 25 to 74 yearsFemalesThousand personsBulgaria2024-0453
MonthlySeasonally adjusted data, not calendar adjusted dataFrom 25 to 74 yearsFemalesThousand personsSwitzerland2024-0482
MonthlySeasonally adjusted data, not calendar adjusted dataFrom 25 to 74 yearsFemalesThousand personsCyprus2024-0411
MonthlySeasonally adjusted data, not calendar adjusted dataFrom 25 to 74 yearsFemalesThousand personsCzechia2024-0467
MonthlySeasonally adjusted data, not calendar adjusted dataFrom 25 to 74 yearsFemalesThousand personsGermany2024-04519
MonthlySeasonally adjusted data, not calendar adjusted dataFrom 25 to 74 yearsFemalesThousand personsDenmark2024-0466
MonthlySeasonally adjusted data, not calendar adjusted dataFrom 25 to 74 yearsFemalesThousand personsEuro area – 20 countries (from 2023)2024-044431

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

Share link

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