Baselight

SportsMonks API Dataset

World Soccer Leagues Prediction Dataset

@kaggle.joesasson_sportsmonks_api_dataset

Loading...
Loading...

About this Dataset

SportsMonks API Dataset

This dataset contains information on soccer games played around the world from roughly the beginning of August, 2021 to September, 2022.

The features are simply statistics of the games played. The target is 0 or 1. Zero indicating there was not a goal in the first ten minutes, and one indicating there was a goal in the first ten minutes.

Tables

Sportsmonks Dataset

@kaggle.joesasson_sportsmonks_api_dataset.sportsmonks_dataset
  • 734.43 KB
  • 31410 rows
  • 34 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.