SportsMonks API Dataset
World Soccer Leagues Prediction Dataset
@kaggle.joesasson_sportsmonks_api_dataset
World Soccer Leagues Prediction Dataset
@kaggle.joesasson_sportsmonks_api_dataset
CREATE TABLE sportsmonks_dataset (
"unnamed_0" BIGINT,
"date" TIMESTAMP,
"team" VARCHAR,
"opponet" VARCHAR,
"total_shots" DOUBLE,
"ongoal_shots" DOUBLE,
"blocked_shots" DOUBLE,
"offgoal_shots" DOUBLE,
"insidebox_shots" DOUBLE,
"outsidebox_shots" DOUBLE,
"total_passes" DOUBLE,
"accurate_passes" DOUBLE,
"percentage_passes" DOUBLE,
"attacks" DOUBLE,
"dangerous_attacks" DOUBLE,
"fouls" DOUBLE,
"corners" DOUBLE,
"offsides" DOUBLE,
"possessiontime" DOUBLE,
"yellowcards" DOUBLE,
"redcards" DOUBLE,
"yellowredcards" DOUBLE,
"saves" DOUBLE,
"substitutions" DOUBLE,
"goal_kick" DOUBLE,
"goal_attempts" DOUBLE,
"free_kick" DOUBLE,
"throw_in" DOUBLE,
"ball_safe" DOUBLE,
"goals" DOUBLE,
"penalties" DOUBLE,
"injuries" DOUBLE,
"tackles" DOUBLE,
"target" BIGINT
);
Anyone who has the link will be able to view this.