Baselight

Wages

Eurostat code: med_ps43 ยท (2000 - 2010)

@eurostat.med_ps43

Wages - Unpivoted
@eurostat.med_ps43.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.

  • 5.45 KB
  • 149 rows
  • 5 columns
freq

Freq

indic_md

Indic Md

geo

Geo

time_period

Time Period

value

Value

AnnualNominal wage index, ( A+B ) (index)Egypt2000100
AnnualNominal wage index, ( C ) (index)Egypt2000100
AnnualNominal wage index, ( D+E ) (index)Egypt2000100
AnnualNominal wage index, ( F ) (index)Egypt2000100
AnnualNominal wage index, ( G ) (index)Egypt2000100
AnnualNominal wage index, ( I ) (ondex)Egypt2000100
AnnualNominal wage index, ( H+J+K ) (index)Egypt2000100
AnnualNominal wage index, ( L+M+N+O ) (index)Egypt2000100
AnnualNominal wage index, ( A+B ) (index)Egypt200181.2
AnnualNominal wage index, ( C ) (index)Egypt200183.9

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

Share link

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