Baselight

Indian News Articles

#news #text #india #media

@kaggle.kuberiitb_indian_news_articles

Loading...
Loading...

About this Dataset

Indian News Articles

Context

It's always interesting to analyse what's going on in the news but there's no good data avaialable in indian context on kaggle, so I created one.

Content

Apart from the main content of the articles, each row contains author, link, publish date etc.

Acknowledgements

Grateful to the creator of python, beautifulsoup library and firstpost.com.

Inspiration

Data is not always available to us, sometimes we need to create one, this is my attempt to do that.

Tables

Historic Articles

@kaggle.kuberiitb_indian_news_articles.historic_articles
  • 3.38 MB
  • 1568 rows
  • 8 columns
Loading...

CREATE TABLE historic_articles (
  "source" VARCHAR,
  "category" VARCHAR,
  "link" VARCHAR,
  "author" VARCHAR,
  "published_at" VARCHAR,
  "header" VARCHAR,
  "subheader" VARCHAR,
  "content" VARCHAR
);

Share link

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