Baselight

Monthly Earnings By Quantiles And Contractual Working Time - NACE Rev. 2, B-S Excluding O (2022)

Eurostat code: earn_ses22_mdeci ยท (2022 - 2022)

@eurostat.earn_ses22_mdeci

Monthly Earnings By Quantiles And Contractual Working Time - NACE Rev. 2, B-S Excluding O (2022) - Unpivoted
@eurostat.earn_ses22_mdeci.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.

  • 9.98 KB
  • 1284 rows
  • 7 columns
freq

Freq

worktime

Worktime

quant_inc

Quant Inc

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualFull-timeMedianEuroAlbania2022441
AnnualFull-timeMedianEuroAustria20223111
AnnualFull-timeMedianEuroBosnia and Herzegovina2022788
AnnualFull-timeMedianEuroBelgium20223843
AnnualFull-timeMedianEuroBulgaria2022705
AnnualFull-timeMedianEuroSwitzerland20227009
AnnualFull-timeMedianEuroCyprus20221686
AnnualFull-timeMedianEuroCzechia20221424
AnnualFull-timeMedianEuroGermany20223469
AnnualFull-timeMedianEuroDenmark20224998

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

Share link

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