Baselight

Employed Persons Working On Saturdays As A Percentage Of The Total Employment, By Sex, Age And Professional Status (%)

Eurostat code: lfsa_ewpsat$dv_606

@eurostat.lfsa_ewpsat_dv_606

Employed Persons Working On Saturdays As A Percentage Of The Total Employment, By Sex, Age And Professional Status (%) - Unpivoted
@eurostat.lfsa_ewpsat_dv_606.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.

  • 10.99 KB
  • 1407 rows
  • 9 columns
freq

Freq

unit

Unit

sex

Sex

age

Age

wstatus

Wstatus

frequenc

Frequenc

geo

Geo

time_period

Time Period

value

Value

AnnualPercentageTotalFrom 15 to 64 yearsEmployed personsNeverAustria201057.3
AnnualPercentageTotalFrom 15 to 64 yearsEmployed personsNeverBelgium201062.9
AnnualPercentageTotalFrom 15 to 64 yearsEmployed personsNeverBulgaria201058.1
AnnualPercentageTotalFrom 15 to 64 yearsEmployed personsNeverSwitzerland201063.6
AnnualPercentageTotalFrom 15 to 64 yearsEmployed personsNeverCyprus201054.1
AnnualPercentageTotalFrom 15 to 64 yearsEmployed personsNeverCzechia201061.8
AnnualPercentageTotalFrom 15 to 64 yearsEmployed personsNeverGermany201053
AnnualPercentageTotalFrom 15 to 64 yearsEmployed personsNeverDenmark201061
AnnualPercentageTotalFrom 15 to 64 yearsEmployed personsNeverEuro area – 20 countries (from 2023)201053.9
AnnualPercentageTotalFrom 15 to 64 yearsEmployed personsNeverEstonia201063.1

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

Share link

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