Cricket Headlines
Cricket Headlines from 2001-2021 with news categorized into different classes
@kaggle.muhammedabdulazeem_cricket_headlines
Cricket Headlines from 2001-2021 with news categorized into different classes
@kaggle.muhammedabdulazeem_cricket_headlines
About--
This dataset contain more than 130k+ cricket news articles from espncricinfo scraped using python's scrapy library. It has columns namely:
Explore that dataset and analyze the sentiment of the news.
CREATE TABLE cricinfonews (
"date" VARCHAR,
"headline" VARCHAR,
"subheadline" VARCHAR,
"summary" VARCHAR,
"image" VARCHAR,
"category" VARCHAR
);Anyone who has the link will be able to view this.