Baselight

Minimum Wages

Eurostat code: tps00155 ยท (2020-S1 - 2025-S2)

@eurostat.tps00155

Loading...
Loading...

About this Dataset

Minimum Wages

This Eurostat dataset contains data on minimum wages, as collected and published by the Statistical Office of the European Union.

Tables included:

  • raw: Original table as downloaded from Eurostat.
  • tidy: A cleaned and transformed version of the raw table, where time period values appear as rows instead of columns (unpivoted format).

Last updated: 2025-07-31T11:00:00+0200

Tables

Minimum Wages - Raw

@eurostat.tps00155.raw
  • 12.9 KB
  • 39 rows
  • 15 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "currency" VARCHAR,
  "geo" VARCHAR,
  "n_2020_s1" DOUBLE,
  "n_2020_s2" DOUBLE,
  "n_2021_s1" DOUBLE,
  "n_2021_s2" DOUBLE,
  "n_2022_s1" DOUBLE,
  "n_2022_s2" DOUBLE,
  "n_2023_s1" DOUBLE,
  "n_2023_s2" DOUBLE,
  "n_2024_s1" DOUBLE,
  "n_2024_s2" DOUBLE,
  "n_2025_s1" DOUBLE,
  "n_2025_s2" DOUBLE
);

Minimum Wages - Unpivoted

@eurostat.tps00155.tidy
  • 5.87 KB
  • 355 rows
  • 5 columns
Loading...

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

Share link

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