Beginner DataSet To Learn & Practice EDA, ML, Etc.
Beginner DataSet to Learn & Practice EDA, DataModelling, Visualizations, ML, etc
@kaggle.ghoshsaibal_dataset
Beginner DataSet to Learn & Practice EDA, DataModelling, Visualizations, ML, etc
@kaggle.ghoshsaibal_dataset
CREATE TABLE ipl_matches (
"id" BIGINT,
"season" BIGINT,
"city" VARCHAR,
"date" VARCHAR,
"team1" VARCHAR,
"team2" VARCHAR,
"toss_winner" VARCHAR,
"toss_decision" VARCHAR,
"result" VARCHAR,
"dl_applied" BIGINT,
"winner" VARCHAR,
"win_by_runs" BIGINT,
"win_by_wickets" BIGINT,
"player_of_match" VARCHAR,
"venue" VARCHAR,
"umpire1" VARCHAR,
"umpire2" VARCHAR,
"umpire3" VARCHAR
);
Anyone who has the link will be able to view this.