Indian News Articles
#news #text #india #media
@kaggle.kuberiitb_indian_news_articles
#news #text #india #media
@kaggle.kuberiitb_indian_news_articles
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.
Apart from the main content of the articles, each row contains author, link, publish date etc.
Grateful to the creator of python, beautifulsoup library and firstpost.com.
Data is not always available to us, sometimes we need to create one, this is my attempt to do that.
CREATE TABLE historic_articles (
"source" VARCHAR,
"category" VARCHAR,
"link" VARCHAR,
"author" VARCHAR,
"published_at" VARCHAR,
"header" VARCHAR,
"subheader" VARCHAR,
"content" VARCHAR
);
Anyone who has the link will be able to view this.