Assembly Election Results Kerala 2021
Constituencywise Assembly Election Results of Kerala in 2021
@kaggle.aryakrishnanar_assembly_election_results_kerala_2021
Constituencywise Assembly Election Results of Kerala in 2021
@kaggle.aryakrishnanar_assembly_election_results_kerala_2021
This dataset contains the details of Assembly Constituency election in Kerala in the year 2021.
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
CREATE TABLE assemby_constituency_kerala_2021 (
"ac_name" VARCHAR,
"ac_no" BIGINT -- AC No.,
"type" VARCHAR,
"district" VARCHAR,
"winning_candidate" VARCHAR,
"party" VARCHAR,
"total_electors" BIGINT,
"total_votes" BIGINT,
"poll" DOUBLE -- Poll%,
"margin" BIGINT,
"margin_3f7199" DOUBLE -- Margin %
);
Anyone who has the link will be able to view this.