Baselight

Employed Population By Sex And Occupation

Eurostat code: cens_hnaisco · (1991 - 2001)

@eurostat.cens_hnaisco

Loading...
Loading...

About this Dataset

Employed Population By Sex And Occupation

This Eurostat dataset contains data on employed population by sex and occupation, 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-04-25T11:00:00+0200

Tables

Employed Population By Sex And Occupation - Raw

@eurostat.cens_hnaisco.raw
  • 13.79 KB
  • 899 rows
  • 7 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "isco08" VARCHAR,
  "sex" VARCHAR,
  "geo" VARCHAR,
  "n_1991" DOUBLE,
  "n_2001" DOUBLE
);

Employed Population By Sex And Occupation - Unpivoted

@eurostat.cens_hnaisco.tidy
  • 13.87 KB
  • 1216 rows
  • 7 columns
Loading...

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

Share link

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