Baselight

Monthly Earnings By Quantiles And Contractual Working Time (enterprises With 10 Employed Persons Or More) - NACE Rev. 1.1, C-O Excluding L

Eurostat code: earn_ses_mdeci ยท (2006 - 2006)

@eurostat.earn_ses_mdeci

Monthly Earnings By Quantiles And Contractual Working Time (enterprises With 10 Employed Persons Or More) - NACE Rev. 1.1, C-O Excluding L - Unpivoted
@eurostat.earn_ses_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.

  • 6.97 KB
  • 243 rows
  • 7 columns
freq

Freq

unit

Unit

quantile

Quantile

worktime

Worktime

geo

Geo

time_period

Time Period

value

Value

AnnualEuroMedianFull-timeAustria20062129
AnnualEuroMedianFull-timeBelgium20062400
AnnualEuroMedianFull-timeBulgaria2006144
AnnualEuroMedianFull-timeCyprus20061516
AnnualEuroMedianFull-timeCzechia2006622
AnnualEuroMedianFull-timeGermany20062617
AnnualEuroMedianFull-timeDenmark20063390
AnnualEuroMedianFull-timeEuro area - 16 countries (2009-2010)20062029
AnnualEuroMedianFull-timeEstonia2006527
AnnualEuroMedianFull-timeGreece20061366

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

Share link

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