Baselight

Hourly Earnings By Economic Activity And Contractual Working Time (2022)

Eurostat code: earn_ses22_hftpt ยท (2022 - 2022)

@eurostat.earn_ses22_hftpt

Hourly Earnings By Economic Activity And Contractual Working Time (2022) - Unpivoted
@eurostat.earn_ses22_hftpt.tidy

This table contains the same data as the raw table, but in a tidy format: time period values are unpivoted into rows under a single time_period column, making the dataset easier to analyze and visualize.

  • 13.87 KB
  • 1605 rows
  • 7 columns
freq

Freq

worktime

Worktime

nace_r2

Nace R2

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualFull-timeIndustry and constructionEuroAlbania20222.77
AnnualFull-timeIndustry and constructionEuroAustria202221.63
AnnualFull-timeIndustry and constructionEuroBosnia and Herzegovina20225.13
AnnualFull-timeIndustry and constructionEuroBelgium202225.13
AnnualFull-timeIndustry and constructionEuroBulgaria20224.83
AnnualFull-timeIndustry and constructionEuroSwitzerland202243.93
AnnualFull-timeIndustry and constructionEuroCyprus202210.42
AnnualFull-timeIndustry and constructionEuroCzechia20229.3
AnnualFull-timeIndustry and constructionEuroGermany202225.07
AnnualFull-timeIndustry and constructionEuroDenmark202238.28

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

Share link

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