Persons Eligible To Vote In The 2024 European Parliament Elections By Category Of Voters - Dedicated Data Collection
Eurostat code: demo_popep ยท (2024 - 2024)
@eurostat.demo_popep
Eurostat code: demo_popep ยท (2024 - 2024)
@eurostat.demo_popep
This Eurostat dataset contains data on persons eligible to vote in the 2024 european parliament elections by category of voters - dedicated data collection, as collected and published by the Statistical Office of the European Union.
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-08-02T23:00:00+0200
CREATE TABLE raw (
"freq" VARCHAR,
"vot_cat" VARCHAR,
"citizen" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2024" DOUBLE -- 2024
);CREATE TABLE tidy (
"freq" VARCHAR,
"vot_cat" VARCHAR,
"citizen" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);Anyone who has the link will be able to view this.