Baselight

Job-to-job Mobility Of HRST By NACE Rev. 2 Activity

Eurostat code: hrst_fl_mobsect2 ยท (2008 - 2020)

@eurostat.hrst_fl_mobsect2

Job-to-job Mobility Of HRST By NACE Rev. 2 Activity - Unpivoted
@eurostat.hrst_fl_mobsect2.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.

  • 20.85 KB
  • 5422 rows
  • 7 columns
freq

Freq

age

Age

unit

Unit

nace_r2

Nace R2

geo

Geo

time_period

Time Period

value

Value

AnnualFrom 25 to 64 yearsPercentageManufacturingAustria20086.4
AnnualFrom 25 to 64 yearsPercentageManufacturingBelgium20088
AnnualFrom 25 to 64 yearsPercentageManufacturingBulgaria20084.8
AnnualFrom 25 to 64 yearsPercentageManufacturingCzechia20084.8
AnnualFrom 25 to 64 yearsPercentageManufacturingGermany20085.1
AnnualFrom 25 to 64 yearsPercentageManufacturingDenmark200814.5
AnnualFrom 25 to 64 yearsPercentageManufacturingEuro area - 19 countries (2015-2022)20085.8
AnnualFrom 25 to 64 yearsPercentageManufacturingEstonia20085.4
AnnualFrom 25 to 64 yearsPercentageManufacturingGreece20083.5
AnnualFrom 25 to 64 yearsPercentageManufacturingSpain20086.4

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

Share link

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