Baselight

Football Database

Football and Betting Statistics of the European Top5 Leagues

@kaggle.technika148_football_database

Appearances
@kaggle.technika148_football_database.appearances

  • 9.43 MB
  • 356513 rows
  • 19 columns
gameid

GameID

playerid

PlayerID

goals

Goals

owngoals

OwnGoals

shots

Shots

xgoals

XGoals

xgoalschain

XGoalsChain

xgoalsbuildup

XGoalsBuildup

assists

Assists

keypasses

KeyPasses

xassists

XAssists

position

Position

positionorder

PositionOrder

yellowcard

YellowCard

redcard

RedCard

time

Time

substitutein

SubstituteIn

substituteout

SubstituteOut

leagueid

LeagueID

81560GK1901
815570.1065130606293680.10651306062936810.106513060629368DR2822226051
815480.1277377307415010.127737730741501DC3901
816280.1065130606293680.106513060629368DC3901
8110060.02122466452419760.0212246645241976DL4901
815510.1636698693037030.163669869303703DMC7901
816540.035742014646530210.0357420146465302DMC7612226061
8155430.2536449134349820.2558112740516660.106513060629368AMR111901
8155530.1213088780641560.0569666810333729AMC12692226071
8163110.1030042618513110.1242289245128630.021224664524197610.064342200756073AML13901

CREATE TABLE appearances (
  "gameid" BIGINT,
  "playerid" BIGINT,
  "goals" BIGINT,
  "owngoals" BIGINT,
  "shots" BIGINT,
  "xgoals" DOUBLE,
  "xgoalschain" DOUBLE,
  "xgoalsbuildup" DOUBLE,
  "assists" BIGINT,
  "keypasses" BIGINT,
  "xassists" DOUBLE,
  "position" VARCHAR,
  "positionorder" BIGINT,
  "yellowcard" BIGINT,
  "redcard" BIGINT,
  "time" BIGINT,
  "substitutein" BIGINT,
  "substituteout" BIGINT,
  "leagueid" BIGINT
);

Share link

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