Baselight

Employment Characteristics

Eurostat code: med_ps413 ยท (2005 - 2019)

@eurostat.med_ps413

Employment Characteristics - Unpivoted
@eurostat.med_ps413.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.27 KB
  • 165 rows
  • 5 columns
freq

Freq

indic_md

Indic Md

geo

Geo

time_period

Time Period

value

Value

AnnualGross employment-to-population ratio, male, 15-64 (%)Algeria200562.4
AnnualGross employment-to-population ratio, male, 15-64 (%)Palestine*200552.7
AnnualGross employment-to-population ratio, female, 15-64 (%)Algeria200511
AnnualGross employment-to-population ratio, female, 15-64 (%)Palestine*200511
AnnualGross employment-to-population ratio, total, 15-64 (%)Algeria200537
AnnualGross employment-to-population ratio, total, 15-64 (%)Palestine*200532.1
AnnualGross employment-to-population ratio, male, 15-64 (%)Algeria200674.4
AnnualGross employment-to-population ratio, male, 15-64 (%)Palestine*200652.4
AnnualGross employment-to-population ratio, female, 15-64 (%)Algeria200615.9
AnnualGross employment-to-population ratio, female, 15-64 (%)Palestine*200612.1

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.