Baselight

Employed Persons Aged 15 And Over By Sex, Economic Activity (NACE Rev. 1) And Time Usually Worked

Eurostat code: cens_01nawtime ยท (2001 - 2001)

@eurostat.cens_01nawtime

Loading...
Loading...

About this Dataset

Employed Persons Aged 15 And Over By Sex, Economic Activity (NACE Rev. 1) And Time Usually Worked

This Eurostat dataset contains data on employed persons aged 15 and over by sex, economic activity (nace rev. 1) and time usually worked, 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: 2009-03-27T11:00:00+0100

Tables

Employed Persons Aged 15 And Over By Sex, Economic Activity (NACE Rev. 1) And Time Usually Worked - Raw

@eurostat.cens_01nawtime.raw
  • 41.01 KB
  • 6408 rows
  • 7 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "nace_r1" VARCHAR,
  "worktime" VARCHAR,
  "sex" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2001" DOUBLE
);

Employed Persons Aged 15 And Over By Sex, Economic Activity (NACE Rev. 1) And Time Usually Worked - Unpivoted

@eurostat.cens_01nawtime.tidy
  • 41.61 KB
  • 6371 rows
  • 8 columns
Loading...

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

Share link

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