Football Match Winners
Barclays premire league football match winners of 2020-21 and 2020-2022 season
@kaggle.omikumarmakadia2121_football_match_winners
Barclays premire league football match winners of 2020-21 and 2020-2022 season
@kaggle.omikumarmakadia2121_football_match_winners
CREATE TABLE clean_model_ready (
"unnamed_0" BIGINT,
"date" TIMESTAMP,
"time" VARCHAR,
"comp" VARCHAR,
"round" VARCHAR,
"day" VARCHAR,
"venue" VARCHAR,
"result" VARCHAR,
"gf" DOUBLE,
"ga" DOUBLE,
"opponent" VARCHAR,
"xg" DOUBLE,
"xga" DOUBLE,
"poss" DOUBLE,
"attendance" DOUBLE,
"captain" VARCHAR,
"formation" VARCHAR,
"referee" VARCHAR,
"match_report" VARCHAR,
"notes" VARCHAR,
"sh" DOUBLE,
"sot" DOUBLE,
"dist" DOUBLE,
"fk" DOUBLE,
"pk" DOUBLE,
"pkatt" DOUBLE,
"season" BIGINT,
"team" VARCHAR,
"venue_code" BIGINT,
"opp_code" BIGINT,
"hour" BIGINT,
"day_code" BIGINT,
"target" BIGINT
);
CREATE TABLE matches (
"unnamed_0" BIGINT,
"date" TIMESTAMP,
"time" VARCHAR,
"comp" VARCHAR,
"round" VARCHAR,
"day" VARCHAR,
"venue" VARCHAR,
"result" VARCHAR,
"gf" DOUBLE,
"ga" DOUBLE,
"opponent" VARCHAR,
"xg" DOUBLE,
"xga" DOUBLE,
"poss" DOUBLE,
"attendance" DOUBLE,
"captain" VARCHAR,
"formation" VARCHAR,
"referee" VARCHAR,
"match_report" VARCHAR,
"notes" VARCHAR,
"sh" DOUBLE,
"sot" DOUBLE,
"dist" DOUBLE,
"fk" DOUBLE,
"pk" DOUBLE,
"pkatt" DOUBLE,
"season" BIGINT,
"team" VARCHAR
);
Anyone who has the link will be able to view this.