Baselight

IPL 2022 Schedule Dataset

Complete Schedule of All IPL 2022 Matches

@kaggle.shivavashishtha_ipl_2022_schedule

Loading...
Loading...

About this Dataset

IPL 2022 Schedule Dataset

Context

Finally the Schedule for most awaited Game IPL 2022 is here, I hope this dataset will be useful for all Cricket lovers

Content

The Dataframe content all the details related to the Game, The columns are as follows:
DATE : Date of the Game
TIME : Time of the Game
PM/AM : Specifying AM or PM for the Time
HOME TEAM : Home team according to the Venue
AWAY TEAM : Away team according to the Venue
VENUE : Venue of the Game

Acknowledgements

Data Source : News 18
Methodology : Web Scraping

Inspiration

I hope this dataset will help and motivate the Cricket Lovers

Tables

Ipl Schedule

@kaggle.shivavashishtha_ipl_2022_schedule.ipl_schedule
  • 5.25 KB
  • 70 rows
  • 6 columns
Loading...

CREATE TABLE ipl_schedule (
  "date" VARCHAR,
  "time" VARCHAR,
  "pm_am" VARCHAR,
  "home_team" VARCHAR,
  "away_team" VARCHAR,
  "venue" VARCHAR
);

Share link

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