Baselight

Employed Persons By Job Autonomy, Sex And Professional Status

Eurostat code: lfso_17jsaut · (2017 - 2017)

@eurostat.lfso_17jsaut

Employed Persons By Job Autonomy, Sex And Professional Status - Unpivoted
@eurostat.lfso_17jsaut.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.

  • 24.44 KB
  • 3629 rows
  • 8 columns
freq

Freq

wstatus

Wstatus

sex

Sex

unit

Unit

job_autn

Job Autn

geo

Geo

time_period

Time Period

value

Value

AnnualContributing family workersFemalesThousand personsContentSwitzerland20173
AnnualContributing family workersFemalesThousand personsContentGreece20173.3
AnnualContributing family workersFemalesThousand personsContentItaly20175.4
AnnualContributing family workersFemalesThousand personsContentPoland20177.6
AnnualContributing family workersFemalesThousand personsContentTürkiye201714.6
AnnualContributing family workersFemalesThousand personsContent and order of tasksAustria201728.3
AnnualContributing family workersFemalesThousand personsContent and order of tasksBelgium201716.1
AnnualContributing family workersFemalesThousand personsContent and order of tasksBulgaria20178.1
AnnualContributing family workersFemalesThousand personsContent and order of tasksSwitzerland201732.2
AnnualContributing family workersFemalesThousand personsContent and order of tasksCzechia20179.7

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

Share link

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