Baselight

Employees By Frequency Of Adapting Working Time To Fulfil Work Tasks, Type Of Employment Contract And Size Of Firm

Eurostat code: lfso_19fxwt12 ยท (2019 - 2019)

@eurostat.lfso_19fxwt12

Employees By Frequency Of Adapting Working Time To Fulfil Work Tasks, Type Of Employment Contract And Size Of Firm - Unpivoted
@eurostat.lfso_19fxwt12.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.

  • 243.34 KB
  • 74701 rows
  • 10 columns
freq

Freq

sizes

Sizes

emp_cont

Emp Cont

frequenc

Frequenc

age

Age

sex

Sex

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualLargeFull-timeOnce a monthFrom 15 to 34 yearsFemalesThousand personsAustria201933.1
AnnualLargeFull-timeOnce a monthFrom 15 to 34 yearsFemalesThousand personsBelgium201934
AnnualLargeFull-timeOnce a monthFrom 15 to 34 yearsFemalesThousand personsBulgaria20198.2
AnnualLargeFull-timeOnce a monthFrom 15 to 34 yearsFemalesThousand personsSwitzerland201970.1
AnnualLargeFull-timeOnce a monthFrom 15 to 34 yearsFemalesThousand personsCyprus20191.6
AnnualLargeFull-timeOnce a monthFrom 15 to 34 yearsFemalesThousand personsCzechia201949
AnnualLargeFull-timeOnce a monthFrom 15 to 34 yearsFemalesThousand personsGermany2019304.1
AnnualLargeFull-timeOnce a monthFrom 15 to 34 yearsFemalesThousand personsDenmark201936
AnnualLargeFull-timeOnce a monthFrom 15 to 34 yearsFemalesThousand personsEuro area - 19 countries (2015-2022)20191070.7
AnnualLargeFull-timeOnce a monthFrom 15 to 34 yearsFemalesThousand personsEstonia20196

CREATE TABLE tidy (
  "freq" VARCHAR,
  "sizes" VARCHAR,
  "emp_cont" VARCHAR,
  "frequenc" 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.