West Bengal Election Data
2021 Assembly election candidates
@kaggle.sugandhkhobragade_west_bengal_election_data
2021 Assembly election candidates
@kaggle.sugandhkhobragade_west_bengal_election_data
This is dataset of West Bengal candidates for ongoing 2021 Assembly election. I scraped the dataset from https://myneta.info/ . You can find the script I used for scraping by visiting github.
This dataset contains information about candidates from 91 constituencies of West Bengal. Candidates name, constituency, party, criminal cases on candidates, education of candidate , total assets and liabilities owned by the candidate.
Thank you to Myneta.info for doing great work.
CREATE TABLE west_bengal (
"candidate" VARCHAR,
"constituency" VARCHAR,
"party" VARCHAR,
"criminal_cases" BIGINT,
"education" VARCHAR,
"total_assets" BIGINT,
"liabilities" BIGINT
);Anyone who has the link will be able to view this.