Baselight

Average Full Time Adjusted Salary Per Employee

Eurostat code: nama_10_fte ยท (1995 - 2023)

@eurostat.nama_10_fte

Average Full Time Adjusted Salary Per Employee - Unpivoted
@eurostat.nama_10_fte.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.

  • 11.71 KB
  • 1504 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualEuroAustria199526543
AnnualEuroBelgium199527855
AnnualEuroGermany199527658
AnnualEuroDenmark199531424
AnnualEuroGreece19959840
AnnualEuroSpain199516613
AnnualEuroFinland199522759
AnnualEuroFrance199522587
AnnualEuroIreland199517841
AnnualEuroItaly199515992

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

Share link

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