Baselight

Distribution Of Digital Platform Workers (at Least One Hour In The Last Month) By Type Of Work Assignment - Experimental Statistics

Eurostat code: lfst_dpw_08 ยท (2022 - 2022)

@eurostat.lfst_dpw_08

Loading...
Loading...

About this Dataset

Distribution Of Digital Platform Workers (at Least One Hour In The Last Month) By Type Of Work Assignment - Experimental Statistics

This Eurostat dataset contains data on distribution of digital platform workers (at least one hour in the last month) by type of work assignment - experimental statistics, 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-07-17T23:00:00+0200

Tables

Distribution Of Digital Platform Workers (at Least One Hour In The Last Month) By Type Of Work Assignment - Experimental Statistics - Raw

@eurostat.lfst_dpw_08.raw
  • 5.93 KB
  • 27 rows
  • 7 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "wrk_asg" VARCHAR,
  "sex" VARCHAR,
  "age" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2022" DOUBLE
);

Distribution Of Digital Platform Workers (at Least One Hour In The Last Month) By Type Of Work Assignment - Experimental Statistics - Unpivoted

@eurostat.lfst_dpw_08.tidy
  • 6.49 KB
  • 27 rows
  • 8 columns
Loading...

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

Share link

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