Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 801 Bytes

index.md

File metadata and controls

16 lines (13 loc) · 801 Bytes

Indian Election Results Crawler

This repository contains a Python-based web crawler designed to extract and store Indian election results. The collected data is stored in a format optimized for querying with DuckDB for analysis

Features

  • Crawls official and public sources for Indian election results - webscrapy.py
  • Extracts results and stores them in a structured format (JSON) - parse.py
  • Compatible with DuckDB for efficient querying and analysis - analyse.py

Use Cases

This project is useful for:

  • Political analysts and researchers studying election trends.
  • Data scientists building election prediction models.
  • Journalists and media organizations reporting on election results.
  • Developers building data-driven applications or dashboards.