Baselight

Employment In Current Job By Duration

Eurostat code: tepsr_wc220 · (2005 - 2024)

@eurostat.tepsr_wc220

Employment In Current Job By Duration - Unpivoted
@eurostat.tepsr_wc220.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.

  • 12.57 KB
  • 3953 rows
  • 8 columns
freq

Freq

duration

Duration

sex

Sex

age

Age

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualFrom 0 to 11 monthsTotalFrom 20 to 64 yearsPercentageAustria200513.5
AnnualFrom 0 to 11 monthsTotalFrom 20 to 64 yearsPercentageBelgium200511
AnnualFrom 0 to 11 monthsTotalFrom 20 to 64 yearsPercentageBulgaria200516.2
AnnualFrom 0 to 11 monthsTotalFrom 20 to 64 yearsPercentageSwitzerland200512.5
AnnualFrom 0 to 11 monthsTotalFrom 20 to 64 yearsPercentageCyprus200514.6
AnnualFrom 0 to 11 monthsTotalFrom 20 to 64 yearsPercentageCzechia200510
AnnualFrom 0 to 11 monthsTotalFrom 20 to 64 yearsPercentageGermany200512
AnnualFrom 0 to 11 monthsTotalFrom 20 to 64 yearsPercentageDenmark200519.6
AnnualFrom 0 to 11 monthsTotalFrom 20 to 64 yearsPercentageEuro area – 20 countries (from 2023)200512.8
AnnualFrom 0 to 11 monthsTotalFrom 20 to 64 yearsPercentageEstonia200515.8

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

Share link

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