Baselight

Employees With A Flexible Work Schedule By Sex

Eurostat code: tqoe3b4 ยท (2004 - 2010)

@eurostat.tqoe3b4

Loading...
Loading...

About this Dataset

Employees With A Flexible Work Schedule By Sex

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.

Tables included:

  • 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

Tables

Employees With A Flexible Work Schedule By Sex - Raw

@eurostat.tqoe3b4.raw
  • 8.13 KB
  • 67 rows
  • 11 columns
Loading...

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,
  "n_2010" VARCHAR
);

Employees With A Flexible Work Schedule By Sex - Unpivoted

@eurostat.tqoe3b4.tidy
  • 8.11 KB
  • 57 rows
  • 11 columns
Loading...

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
);

Share link

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