Baselight

Hourly Earnings By Economic Activity And Contractual Working Time (enterprises With 10 Employed Persons Or More)

Eurostat code: earn_ses14_hftpt ยท (2014 - 2014)

@eurostat.earn_ses14_hftpt

Loading...
Loading...

About this Dataset

Hourly Earnings By Economic Activity And Contractual Working Time (enterprises With 10 Employed Persons Or More)

This Eurostat dataset contains data on hourly earnings by economic activity and contractual working time (enterprises with 10 employed persons or more), 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: 2020-10-13T11:00:00+0200

Tables

Hourly Earnings By Economic Activity And Contractual Working Time (enterprises With 10 Employed Persons Or More) - Raw

@eurostat.earn_ses14_hftpt.raw
  • 11.41 KB
  • 1215 rows
  • 6 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "nace_r2" VARCHAR,
  "worktime" VARCHAR,
  "geo" VARCHAR,
  "n_2014" DOUBLE
);

Hourly Earnings By Economic Activity And Contractual Working Time (enterprises With 10 Employed Persons Or More) - Unpivoted

@eurostat.earn_ses14_hftpt.tidy
  • 11.99 KB
  • 1206 rows
  • 7 columns
Loading...

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

Share link

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