Baselight

Cricinfo IPL Commentary

Ball by ball commentary details of IPL 2018 -2020 scrapped from cricinfo

@kaggle.mhemendra_cricinfo_ipl_commentary

Loading...
Loading...

About this Dataset

Cricinfo IPL Commentary

The dataset contains the ball by ball commentary details of IPL 2018- 2020 scrapped from cricinfo. I have used this to generate the glove encodings in https://www.kaggle.com/mhemendra/generate-glove-encoding-for-ipl-cricket-commentary

Tables

Ipl2018 Commentary Data

@kaggle.mhemendra_cricinfo_ipl_commentary.ipl2018_commentary_data
  • 952.01 kB
  • 14,089 rows
  • 3 columns
Loading...
CREATE TABLE ipl2018_commentary_data (
  "over" DOUBLE,
  "short_text" VARCHAR,
  "long_text" VARCHAR
);

Ipl2019 Commentary Data

@kaggle.mhemendra_cricinfo_ipl_commentary.ipl2019_commentary_data
  • 907.89 kB
  • 13,873 rows
  • 3 columns
Loading...
CREATE TABLE ipl2019_commentary_data (
  "over" DOUBLE,
  "short_text" VARCHAR,
  "long_text" VARCHAR
);

Ipl2020 Commentary Data

@kaggle.mhemendra_cricinfo_ipl_commentary.ipl2020_commentary_data
  • 888.05 kB
  • 14,447 rows
  • 3 columns
Loading...
CREATE TABLE ipl2020_commentary_data (
  "over" DOUBLE,
  "short_text" VARCHAR,
  "long_text" VARCHAR
);

Share link

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