IPL DATASET
"IPL Dataset: Exploring Cricket Statistics and Player Performance"
@kaggle.umairziact_ipl_dataset
"IPL Dataset: Exploring Cricket Statistics and Player Performance"
@kaggle.umairziact_ipl_dataset
CREATE TABLE ipl_data (
"mid" BIGINT,
"date" TIMESTAMP,
"venue" VARCHAR,
"bat_team" VARCHAR,
"bowl_team" VARCHAR,
"batsman" VARCHAR,
"bowler" VARCHAR,
"runs" BIGINT,
"wickets" BIGINT,
"overs" DOUBLE,
"runs_last_5" BIGINT,
"wickets_last_5" BIGINT,
"striker" BIGINT,
"non_striker" BIGINT,
"total" BIGINT
);
Anyone who has the link will be able to view this.