Baselight

Not Employed Persons, Average Number Of Years Spent Working - By Sex And Occupation (previous Job)

Eurostat code: lfso_06yrspispr ยท (2006 - 2006)

@eurostat.lfso_06yrspispr

Loading...
Loading...

About this Dataset

Not Employed Persons, Average Number Of Years Spent Working - By Sex And Occupation (previous Job)

This Eurostat dataset contains data on not employed persons, average number of years spent working - by sex and occupation (previous job), as collected and published by the Statistical Office of the European Union.

Tables included:

  • raw: Original table as downloaded from Eurostat.
  • tidy: A cleaned and transformed version of the raw table, where time period values appear as rows instead of columns (unpivoted format).

Last updated: 2014-03-14T23:00:00+0100

Tables

Not Employed Persons, Average Number Of Years Spent Working - By Sex And Occupation (previous Job) - Raw

@eurostat.lfso_06yrspispr.raw
  • 6.85 KB
  • 802 rows
  • 6 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "sex" VARCHAR,
  "isco88" VARCHAR,
  "wstatus" VARCHAR,
  "geo" VARCHAR,
  "n_2006" DOUBLE
);

Not Employed Persons, Average Number Of Years Spent Working - By Sex And Occupation (previous Job) - Unpivoted

@eurostat.lfso_06yrspispr.tidy
  • 7.38 KB
  • 681 rows
  • 7 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "sex" VARCHAR,
  "isco88" VARCHAR,
  "wstatus" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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