Lok Sabha Election Results 2019 🏆
11 April to 19 May 2019 to elect the members of the 17th Lok Sabha
@kaggle.bhanupratapbiswas_lok_sabha_results_2019
11 April to 19 May 2019 to elect the members of the 17th Lok Sabha
@kaggle.bhanupratapbiswas_lok_sabha_results_2019
CREATE TABLE lok_shabha_result_2019 (
"n__id" BIGINT,
"sl_no" BIGINT,
"year" BIGINT,
"month" BIGINT,
"state_name" VARCHAR,
"constituency_name" VARCHAR,
"candidate_name" VARCHAR,
"sex" VARCHAR,
"party" VARCHAR,
"constituency_type" VARCHAR,
"total_electors" BIGINT,
"valid_votes" BIGINT,
"candidate_votes" BIGINT,
"turnout" DOUBLE,
"candidate_vote_share" DOUBLE,
"winning_margin" DOUBLE
);
Anyone who has the link will be able to view this.