Baselight

Not Employed Persons, Average Number Of Years Spent Working, By Sex And Economic Activity (previous Job, NACE Rev. 1.1)

Eurostat code: lfso_06yrspnapr ยท (2006 - 2006)

@eurostat.lfso_06yrspnapr

Loading...
Loading...

About this Dataset

Not Employed Persons, Average Number Of Years Spent Working, By Sex And Economic Activity (previous Job, NACE Rev. 1.1)

This Eurostat dataset contains data on not employed persons, average number of years spent working, by sex and economic activity (previous job, nace rev. 1.1), 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 Economic Activity (previous Job, NACE Rev. 1.1) - Raw

@eurostat.lfso_06yrspnapr.raw
  • 6.67 KB
  • 653 rows
  • 6 columns
Loading...

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

Not Employed Persons, Average Number Of Years Spent Working, By Sex And Economic Activity (previous Job, NACE Rev. 1.1) - Unpivoted

@eurostat.lfso_06yrspnapr.tidy
  • 7.23 KB
  • 589 rows
  • 7 columns
Loading...

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

Share link

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