Baselight

Tax Rate On Low Wage Earners - Unemployment Trap

Eurostat code: tesem220 ยท (2005 - 2024)

@eurostat.tesem220

Tax Rate On Low Wage Earners - Unemployment Trap - Unpivoted
@eurostat.tesem220.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.21 KB
  • 695 rows
  • 4 columns
freq

Freq

geo

Geo

time_period

Time Period

value

Value

AnnualAustria200583
AnnualBelgium200585.2
AnnualSwitzerland200578.4
AnnualCyprus200562.7
AnnualCzechia200565.7
AnnualGermany200575
AnnualDenmark200590.1
AnnualEuro area - 19 countries (2015-2022)200578.8
AnnualEstonia200564.3
AnnualGreece200561.4

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

Share link

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