Employees With A Flexible Work Schedule By Sex
Eurostat code: tqoe3b4 ยท (2004 - 2010)
@eurostat.tqoe3b4
Eurostat code: tqoe3b4 ยท (2004 - 2010)
@eurostat.tqoe3b4
This Eurostat dataset contains data on employees with a flexible work schedule by sex, as collected and published by the Statistical Office of the European Union.
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: 2024-01-03T23:00:00+0100
CREATE TABLE raw (
  "freq" VARCHAR,
  "worktime" VARCHAR,
  "nace_r2" VARCHAR,
  "unit" VARCHAR,
  "age" VARCHAR,
  "isco88" VARCHAR,
  "ynlfs" VARCHAR,
  "sex" VARCHAR,
  "geo" VARCHAR,
  "n_2004" DOUBLE  -- 2004,
  "n_2010" VARCHAR  -- 2010
);CREATE TABLE tidy (
  "freq" VARCHAR,
  "worktime" VARCHAR,
  "nace_r2" VARCHAR,
  "unit" VARCHAR,
  "age" VARCHAR,
  "isco88" VARCHAR,
  "ynlfs" VARCHAR,
  "sex" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" VARCHAR
);Anyone who has the link will be able to view this.