Baselight

Gender Pay Gap In Unadjusted Form By NACE Rev. 1.1 Activity - Structure Of Earnings Survey Methodology

Eurostat code: earn_gr_gpg ยท (2002 - 2007)

@eurostat.earn_gr_gpg

Loading...
Loading...

About this Dataset

Gender Pay Gap In Unadjusted Form By NACE Rev. 1.1 Activity - Structure Of Earnings Survey Methodology

This Eurostat dataset contains data on gender pay gap in unadjusted form by nace rev. 1.1 activity - structure of earnings survey methodology, 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: 2010-07-01T11:00:00+0200

Tables

Gender Pay Gap In Unadjusted Form By NACE Rev. 1.1 Activity - Structure Of Earnings Survey Methodology - Raw

@eurostat.earn_gr_gpg.raw
  • 11.9 KB
  • 562 rows
  • 7 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "nace_r1" VARCHAR,
  "geo" VARCHAR,
  "n_2002" DOUBLE,
  "n_2006" DOUBLE,
  "n_2007" DOUBLE
);

Gender Pay Gap In Unadjusted Form By NACE Rev. 1.1 Activity - Structure Of Earnings Survey Methodology - Unpivoted

@eurostat.earn_gr_gpg.tidy
  • 9.8 KB
  • 1503 rows
  • 6 columns
Loading...

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

Share link

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