IPL(Cricket League) Dataset For Beginner Analaysis
Dive into the deep sea of machine learning with a cricket dataset
@kaggle.spoorthiuk_iplcricket_league_dataset_for_beginner_analaysis
Dive into the deep sea of machine learning with a cricket dataset
@kaggle.spoorthiuk_iplcricket_league_dataset_for_beginner_analaysis
CREATE TABLE ipl_final (
"unnamed_0_1" BIGINT,
"unnamed_0" BIGINT,
"team1" VARCHAR,
"team2" VARCHAR,
"date" VARCHAR,
"year" BIGINT,
"time" VARCHAR,
"place" VARCHAR,
"toss" VARCHAR,
"tossdecision" VARCHAR,
"result" VARCHAR,
"tied" VARCHAR,
"won_runs" VARCHAR,
"won_wickets" VARCHAR
);
Anyone who has the link will be able to view this.