Baselight

Indian Political News (2017-2023)

Indian Politics and Election News (2017-2023)

@kaggle.atharvataras_indian_political_news

Loading...
Loading...

About this Dataset

Indian Political News (2017-2023)

Contains news articles related to Indian Politics and Elections grouped by state from the year 2017 up to 2023.


I could not figure out a way to extract the news content from the webpage, so I have included the entire raw HTML code.
It can be filtered and made usable using BeautifulSoup or Regex.
I have also included parent links in case you want to scrape it yourself.

Tables

Political News

@kaggle.atharvataras_indian_political_news.political_news
  • 1.51 GB
  • 7194 rows
  • 4 columns
Loading...

CREATE TABLE political_news (
  "state_url" VARCHAR,
  "news_link" VARCHAR,
  "news_link_href" VARCHAR,
  "raw_html" VARCHAR
);

Share link

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