2022 Hungary Election
The election that led to the fourth Orbán cabinet
@kaggle.dumaye_hungarian_election_2022
The election that led to the fourth Orbán cabinet
@kaggle.dumaye_hungarian_election_2022
This is a beginner simple dataset summarizing the results of the 2022 Hungarian parliamentary election. The data contains five columns: the name of the contender, number of votes cast for them, share of votes for the candidate, district, and the affiliation (political party or a bloc of parties). It is a small and useful dataset which can be useful for beginners for the purposes of EDA or similar simple tasks.
CREATE TABLE hungarian_election2022 (
"unnamed_0" BIGINT -- Unnamed: 0,
"name" VARCHAR,
"number_votes" BIGINT,
"share_votes" DOUBLE,
"district" VARCHAR,
"affiliation" VARCHAR
);Anyone who has the link will be able to view this.