Baselight

Employment And Economic Activity Branches

Eurostat code: med_ps414 ยท (2005 - 2019)

@eurostat.med_ps414

Employment And Economic Activity Branches - Unpivoted
@eurostat.med_ps414.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.29 KB
  • 195 rows
  • 5 columns
freq

Freq

indic_md

Indic Md

geo

Geo

time_period

Time Period

value

Value

AnnualEmployment status, wage worker (%)Algeria200565.3
AnnualEmployment status, wage worker (%)Palestine*200558.9
AnnualEmployment status, self-employed (%)Algeria200527.1
AnnualEmployment status, self-employed (%)Palestine*200530.9
AnnualEmployment status, family worker (%)Algeria20057.2
AnnualEmployment status, family worker (%)Palestine*200510.2
AnnualEmployment status, worker in a cooperative (%)Algeria20050.3
AnnualEmployment status, wage worker (%)Algeria200659.7
AnnualEmployment status, wage worker (%)Palestine*200658.5
AnnualEmployment status, self-employed (%)Algeria200632.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.