Baselight

Employees By Working Time Flexibility, Type Of Employment Contract And Size Of Firm

Eurostat code: lfso_19fxwt02$dv_1871

@eurostat.lfso_19fxwt02_dv_1871

Loading...
Loading...

About this Dataset

Employees By Working Time Flexibility, Type Of Employment Contract And Size Of Firm

This Eurostat dataset contains data on employees by working time flexibility, type of employment contract and size of firm, 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: 2022-02-04T23:00:00+0100

Tables

Employees By Working Time Flexibility, Type Of Employment Contract And Size Of Firm - Raw

@eurostat.lfso_19fxwt02_dv_1871.raw
  • 20.36 KB
  • 2484 rows
  • 9 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "sizes" VARCHAR,
  "emp_cont" VARCHAR,
  "wtflex" VARCHAR,
  "age" VARCHAR,
  "sex" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2019" DOUBLE
);

Employees By Working Time Flexibility, Type Of Employment Contract And Size Of Firm - Unpivoted

@eurostat.lfso_19fxwt02_dv_1871.tidy
  • 20.92 KB
  • 2396 rows
  • 10 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "sizes" VARCHAR,
  "emp_cont" VARCHAR,
  "wtflex" VARCHAR,
  "age" VARCHAR,
  "sex" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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