Baselight

Temporary Employees By Sex, Age And Occupation (1–000)

Eurostat code: lfsa_etgais · (1983 - 2024)

@eurostat.lfsa_etgais

Temporary Employees By Sex, Age And Occupation (1–000) - Unpivoted
@eurostat.lfsa_etgais.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.27 MB
  • 520060 rows
  • 8 columns
freq

Freq

unit

Unit

sex

Sex

age

Age

isco08

Isco08

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,
  "isco08" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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