Baselight

Temporary Employees By Sex, Age And Duration Of The Work Contract (1–000)

Eurostat code: lfsa_etgadc · (1983 - 2024)

@eurostat.lfsa_etgadc

Temporary Employees By Sex, Age And Duration Of The Work Contract (1–000) - Unpivoted
@eurostat.lfsa_etgadc.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.17 MB
  • 481571 rows
  • 8 columns
freq

Freq

unit

Unit

sex

Sex

age

Age

duration

Duration

geo

Geo

time_period

Time Period

value

Value

AnnualThousand personsFemalesFrom 15 to 19 yearsNo responseBelgium198311.1
AnnualThousand personsFemalesFrom 15 to 19 yearsNo responseGreece19838.2
AnnualThousand personsFemalesFrom 15 to 19 yearsNo responseFrance198381.7
AnnualThousand personsFemalesFrom 15 to 19 yearsNo responseIreland19837
AnnualThousand personsFemalesFrom 15 to 19 yearsNo responseItaly198348.7
AnnualThousand personsFemalesFrom 15 to 19 yearsNo responseLuxembourg19830.7
AnnualThousand personsFemalesFrom 15 to 19 yearsNo responseNetherlands198318.7
AnnualThousand personsFemalesFrom 15 to 19 yearsNo responseUnited Kingdom1983180
AnnualThousand personsFemalesFrom 15 to 19 yearsTotalBelgium198311.1
AnnualThousand personsFemalesFrom 15 to 19 yearsTotalGreece19838.2

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

Share link

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