Baselight

Ever-working Women Who Have Experienced Sexual Harassment At Work, By Frequency

Eurostat code: gbv_shw_frq ยท (2021 - 2021)

@eurostat.gbv_shw_frq

Ever-working Women Who Have Experienced Sexual Harassment At Work, By Frequency - Unpivoted
@eurostat.gbv_shw_frq.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.

  • 5.14 KB
  • 60 rows
  • 6 columns
freq

Freq

frequenc

Frequenc

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualRepeatedPercentageAustria202110.2
AnnualRepeatedPercentageBelgium202115.8
AnnualRepeatedPercentageBulgaria20215
AnnualRepeatedPercentageCyprus202125.6
AnnualRepeatedPercentageCzechia202119.5
AnnualRepeatedPercentageGermany202126.1
AnnualRepeatedPercentageDenmark202125.4
AnnualRepeatedPercentageEstonia20218.5
AnnualRepeatedPercentageGreece202126.3
AnnualRepeatedPercentageSpain202116.6

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

Share link

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