Baselight

Ever-partnered Women Who Have Experienced Repeated Violence By An Intimate Partner, By Periodicity Of The Violence

Eurostat code: gbv_ipv_roft ยท (2021 - 2021)

@eurostat.gbv_ipv_roft

Ever-partnered Women Who Have Experienced Repeated Violence By An Intimate Partner, By Periodicity Of The Violence - Unpivoted
@eurostat.gbv_ipv_roft.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.37 KB
  • 80 rows
  • 6 columns
freq

Freq

frequenc

Frequenc

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualAt least once a monthPercentageAustria202136
AnnualAt least once a monthPercentageBelgium202129
AnnualAt least once a monthPercentageBulgaria202125.3
AnnualAt least once a monthPercentageCyprus202118.7
AnnualAt least once a monthPercentageCzechia202142.3
AnnualAt least once a monthPercentageGermany202136.4
AnnualAt least once a monthPercentageEstonia202132.9
AnnualAt least once a monthPercentageGreece202128.9
AnnualAt least once a monthPercentageSpain202127.1
AnnualAt least once a monthPercentageEuropean Union (aggregate changing according to the context)202134.5

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.