Baselight

Assembly Election Results Kerala 2021

Constituencywise Assembly Election Results of Kerala in 2021

@kaggle.aryakrishnanar_assembly_election_results_kerala_2021

Loading...
Loading...

About this Dataset

Assembly Election Results Kerala 2021

This dataset contains the details of Assembly Constituency election in Kerala in the year 2021.

Attributes

AC Name - Name of the assembly constituency
AC No - Constituency number
Type - Type of the constituency whether general or reserved for various categories
District - District of Kerala in which the constituency is present
Winning candidate - Name of the candidate who won in the election
Party - Political party of the winning candidate
Total Electors - Total no of voters in the constituency
Total votes - Total number of votes polled in the election
Poll% - polling percentage
Margin - difference between share of votes cast for the winning candidate and the second place candidate in the election
Margin% - percentage of margin

Source

https://www.indiavotes.com/

Tables

Assemby Constituency Kerala 2021

@kaggle.aryakrishnanar_assembly_election_results_kerala_2021.assemby_constituency_kerala_2021
  • 16.24 KB
  • 140 rows
  • 11 columns
Loading...

CREATE TABLE assemby_constituency_kerala_2021 (
  "ac_name" VARCHAR,
  "ac_no" BIGINT,
  "type" VARCHAR,
  "district" VARCHAR,
  "winning_candidate" VARCHAR,
  "party" VARCHAR,
  "total_electors" BIGINT,
  "total_votes" BIGINT,
  "poll" DOUBLE,
  "margin" BIGINT,
  "margin_3f7199" DOUBLE
);

Share link

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