Baselight

Average Annual Gross Earnings By Sex And Occupation

Eurostat code: earn_gr_isco ยท (1995 - 2008)

@eurostat.earn_gr_isco

Loading...
Loading...

About this Dataset

Average Annual Gross Earnings By Sex And Occupation

This Eurostat dataset contains data on average annual gross earnings 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: 2013-11-18T11:00:00+0100

Tables

Average Annual Gross Earnings By Sex And Occupation - Raw

@eurostat.earn_gr_isco.raw
  • 179.81 KB
  • 4305 rows
  • 20 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "currency" VARCHAR,
  "worktime" VARCHAR,
  "sex" VARCHAR,
  "isco88" VARCHAR,
  "geo" VARCHAR,
  "n_1995" DOUBLE,
  "n_1996" DOUBLE,
  "n_1997" DOUBLE,
  "n_1998" DOUBLE,
  "n_1999" DOUBLE,
  "n_2000" DOUBLE,
  "n_2001" DOUBLE,
  "n_2002" DOUBLE,
  "n_2003" DOUBLE,
  "n_2004" DOUBLE,
  "n_2005" DOUBLE,
  "n_2006" DOUBLE,
  "n_2007" DOUBLE,
  "n_2008" DOUBLE
);

Average Annual Gross Earnings By Sex And Occupation - Unpivoted

@eurostat.earn_gr_isco.tidy
  • 174.78 KB
  • 26349 rows
  • 8 columns
Loading...

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

Share link

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