Baselight

Women Who Have Experienced Violence By Any Perpetrator, By Type And Frequency Of Violence

Eurostat code: gbv_any_frq ยท (2021 - 2021)

@eurostat.gbv_any_frq

Women Who Have Experienced Violence By Any Perpetrator, By Type And Frequency Of Violence - Unpivoted
@eurostat.gbv_any_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.

  • 6.5 KB
  • 276 rows
  • 7 columns
freq

Freq

frequenc

Frequenc

violence

Violence

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualRepeatedPhysicalPercentageAustria202110.1
AnnualRepeatedPhysicalPercentageBelgium202112.4
AnnualRepeatedPhysicalPercentageBulgaria20214.5
AnnualRepeatedPhysicalPercentageCyprus202119.7
AnnualRepeatedPhysicalPercentageCzechia20217.4
AnnualRepeatedPhysicalPercentageGermany202113.3
AnnualRepeatedPhysicalPercentageDenmark202112.2
AnnualRepeatedPhysicalPercentageEstonia202113.5
AnnualRepeatedPhysicalPercentageGreece202114.9
AnnualRepeatedPhysicalPercentageSpain20218.6

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

Share link

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