Football: Predict Late Goals
football match data about late goals
@kaggle.mrmorj_football_predict_late_goals
football match data about late goals
@kaggle.mrmorj_football_predict_late_goals
CREATE TABLE soccer_predict_goal (
"unnamed_0" BIGINT,
"datetime" TIMESTAMP,
"category" VARCHAR,
"home" VARCHAR,
"away" VARCHAR,
"score_home" DOUBLE,
"score_away" DOUBLE,
"coefficient_home" DOUBLE,
"coefficient_away" DOUBLE,
"coefficient_next_goal" DOUBLE,
"history" VARCHAR,
"len_home" BIGINT,
"len_away" BIGINT,
"target" BIGINT
);
Anyone who has the link will be able to view this.