IPL 2022 Schedule Dataset
Complete Schedule of All IPL 2022 Matches
@kaggle.shivavashishtha_ipl_2022_schedule
Complete Schedule of All IPL 2022 Matches
@kaggle.shivavashishtha_ipl_2022_schedule
Finally the Schedule for most awaited Game IPL 2022 is here, I hope this dataset will be useful for all Cricket lovers
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
Data Source : News 18
Methodology : Web Scraping
I hope this dataset will help and motivate the Cricket Lovers
CREATE TABLE ipl_schedule (
"date" VARCHAR,
"time" VARCHAR,
"pm_am" VARCHAR,
"home_team" VARCHAR,
"away_team" VARCHAR,
"venue" VARCHAR
);Anyone who has the link will be able to view this.