Baselight

2022 Hungary Election

The election that led to the fourth Orbán cabinet

@kaggle.dumaye_hungarian_election_2022

Loading...
Loading...

About this Dataset

2022 Hungary Election

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.

Tables

Hungarian Election2022

@kaggle.dumaye_hungarian_election_2022.hungarian_election2022
  • 28.08 KB
  • 777 rows
  • 6 columns
Loading...

CREATE TABLE hungarian_election2022 (
  "unnamed_0" BIGINT,
  "name" VARCHAR,
  "number_votes" BIGINT,
  "share_votes" DOUBLE,
  "district" VARCHAR,
  "affiliation" VARCHAR
);

Share link

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