Baselight

Cricket Headlines

Cricket Headlines from 2001-2021 with news categorized into different classes

@kaggle.muhammedabdulazeem_cricket_headlines

Loading...
Loading...

About this Dataset

Cricket Headlines

About--
This dataset contain more than 130k+ cricket news articles from espncricinfo scraped using python's scrapy library. It has columns namely:

  1. Date of new published
  2. headlines
  3. summary of news text
  4. category of the news article

Explore that dataset and analyze the sentiment of the news.

Tables

Cricinfonews

@kaggle.muhammedabdulazeem_cricket_headlines.cricinfonews
  • 16.97 MB
  • 133,960 rows
  • 6 columns
Loading...
CREATE TABLE cricinfonews (
  "date" VARCHAR,
  "headline" VARCHAR,
  "subheadline" VARCHAR,
  "summary" VARCHAR,
  "image" VARCHAR,
  "category" VARCHAR
);

Share link

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