Kerala Assembly Election History
Assembly Election history in Kerala from 1977 to 2021
@kaggle.sandraphari_kerala_assembly_election_history
Assembly Election history in Kerala from 1977 to 2021
@kaggle.sandraphari_kerala_assembly_election_history
Elections always provide a good source of data on which a data scientist can work upon efficiently
The results of Assembly elections in Kerala from 1977 to 2021
CREATE TABLE election_dataset1 (
"year" BIGINT,
"ac_name" VARCHAR,
"ac_no" BIGINT -- AC No.,
"type" 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.