Baselight

Football Database

Football and Betting Statistics of the European Top5 Leagues

@kaggle.technika148_football_database

Shots
@kaggle.technika148_football_database.shots

  • 4.99 MB
  • 324543 rows
  • 11 columns
gameid

GameID

shooterid

ShooterID

assisterid

AssisterID

minute

Minute

situation

Situation

lastaction

LastAction

shottype

ShotType

shotresult

ShotResult

xgoal

XGoal

positionx

PositionX

positiony

PositionY

8155427DirectFreekickStandardLeftFootBlockedShot0.1043467223644260.7940000152587890.420999984741211
8155563127SetPiecePassRightFootBlockedShot0.0643422007560730.860.627000007629395
8155462935OpenPlayPassLeftFootBlockedShot0.05715681612491610.8430000305175780.332999992370605
8155435OpenPlayTackleLeftFootMissedShots0.09214138984680180.8480000305175780.532999992370605
8155565440OpenPlayBallRecoveryRightFootBlockedShot0.03574201464653020.8119999694824220.706999969482422
8155562949OpenPlayPassLeftFootMissedShots0.02122466452419760.7250.545
8163164OpenPlaynanRightFootSavedShot0.1030042618513110.8959999847412110.597000007629395
8162955772OpenPlayCrossRightFootMissedShots0.1065130606293680.890.534000015258789
8162976DirectFreekickStandardRightFootMissedShots0.04306765273213390.7469999694824220.694000015258789
816466474OpenPlayChippedLeftFootMissedShots0.2973036766052250.9019999694824220.61

CREATE TABLE shots (
  "gameid" BIGINT,
  "shooterid" BIGINT,
  "assisterid" DOUBLE,
  "minute" BIGINT,
  "situation" VARCHAR,
  "lastaction" VARCHAR,
  "shottype" VARCHAR,
  "shotresult" VARCHAR,
  "xgoal" DOUBLE,
  "positionx" DOUBLE,
  "positiony" DOUBLE
);

Share link

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