IPL Teamwise Dataset
Dataset of current Indian Premier League Teams
@kaggle.amritharj_ipl_teamwise_dataset
Dataset of current Indian Premier League Teams
@kaggle.amritharj_ipl_teamwise_dataset
CREATE TABLE ipl (
"sl_no" BIGINT,
"team" VARCHAR,
"home_ground" VARCHAR,
"city" VARCHAR,
"debut" BIGINT,
"total_plays" BIGINT,
"wins" BIGINT,
"lost" BIGINT,
"tied" BIGINT,
"tie_w" BIGINT,
"tie_l" BIGINT,
"no_result" BIGINT,
"winning_percentage" DOUBLE,
"total_title_wins" BIGINT,
"no_of_seasons_played" BIGINT,
"captain" VARCHAR,
"head_coach" VARCHAR,
"highest_score" BIGINT
);
Anyone who has the link will be able to view this.