Baselight

West Bengal Election Data

2021 Assembly election candidates

@kaggle.sugandhkhobragade_west_bengal_election_data

Loading...
Loading...

About this Dataset

West Bengal Election Data

Context

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.

Content

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.

Acknowledgements

Thank you to Myneta.info for doing great work.

Tables

West Bengal

@kaggle.sugandhkhobragade_west_bengal_election_data.west_bengal
  • 20.57 KB
  • 567 rows
  • 7 columns
Loading...

CREATE TABLE west_bengal (
  "candidate" VARCHAR,
  "constituency" VARCHAR,
  "party" VARCHAR,
  "criminal_cases" BIGINT,
  "education" VARCHAR,
  "total_assets" BIGINT,
  "liabilities" BIGINT
);

Share link

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