Baselight

League Of Legends High Elo Ranked Games(2020)

Classification High elo(Challenger, GrandMaster, Master) Ranked Games Results

@kaggle.gyejr95_league_of_legends_challenger_ranked_games2020

Master Ranked Games
@kaggle.gyejr95_league_of_legends_challenger_ranked_games2020.master_ranked_games

  • 7.07 MB
  • 107125 rows
  • 50 columns
gameid

GameId

gameduraton

GameDuraton

bluewins

BlueWins

bluefirstblood

BlueFirstBlood

bluefirsttower

BlueFirstTower

bluefirstbaron

BlueFirstBaron

bluefirstdragon

BlueFirstDragon

bluefirstinhibitor

BlueFirstInhibitor

bluedragonkills

BlueDragonKills

bluebaronkills

BlueBaronKills

bluetowerkills

BlueTowerKills

blueinhibitorkills

BlueInhibitorKills

bluewardplaced

BlueWardPlaced

bluewardkills

BlueWardkills

bluekills

BlueKills

bluedeath

BlueDeath

blueassist

BlueAssist

bluechampiondamagedealt

BlueChampionDamageDealt

bluetotalgold

BlueTotalGold

bluetotalminionkills

BlueTotalMinionKills

bluetotallevel

BlueTotalLevel

blueavglevel

BlueAvgLevel

bluejungleminionkills

BlueJungleMinionKills

bluekillingspree

BlueKillingSpree

bluetotalheal

BlueTotalHeal

blueobjectdamagedealt

BlueObjectDamageDealt

redwins

RedWins

redfirstblood

RedFirstBlood

redfirsttower

RedFirstTower

redfirstbaron

RedFirstBaron

redfirstdragon

RedFirstDragon

redfirstinhibitor

RedFirstInhibitor

reddragonkills

RedDragonKills

redbaronkills

RedBaronKills

redtowerkills

RedTowerKills

redinhibitorkills

RedInhibitorKills

redwardplaced

RedWardPlaced

redwardkills

RedWardkills

redkills

RedKills

reddeath

RedDeath

redassist

RedAssist

redchampiondamagedealt

RedChampionDamageDealt

redtotalgold

RedTotalGold

redtotalminionkills

RedTotalMinionKills

redtotallevel

RedTotalLevel

redavglevel

RedAvgLevel

redjungleminionkills

RedJungleMinionKills

redkillingspree

RedKillingSpree

redtotalheal

RedTotalHeal

redobjectdamagedealt

RedObjectDamageDealt

422712362514291147533719134297941910646601218021557535335113289371974553831419916096412.812741291626338
42195457241313134513622936087358805635611.2119113059263481112164202264352924396725106312.613341225229828
4219463634166011111192663130136164708582146517414.820973728864577112378161330226174546516630651315321700537066
42057780939841111255592633445772365454025310.610261409331303331132652500721444304418.2511104993085
42010634741437111237523192422795014239552860129652386330643114703223193971794457985656813.615074752347150
416980798311091112343221993052628377224845811.611142071538287154169191245339294014025110.29222415011133
41587920261845111114192713935255884049657756907915.822192699789993111385292535396027560427751751515861577340996
415056054495111371811232332023282411469.2116116171485211111431312113309982921742750108951225512166
41311833831473111112192612435173577143541935866913.81619293116613811572617352459054414605206112.212342682611415
41308387851150111126141202993447509431194695711.41247128325046711141139291032096320054475210.4931020915732

CREATE TABLE master_ranked_games (
  "gameid" BIGINT,
  "gameduraton" BIGINT,
  "bluewins" BIGINT,
  "bluefirstblood" BIGINT,
  "bluefirsttower" BIGINT,
  "bluefirstbaron" BIGINT,
  "bluefirstdragon" BIGINT,
  "bluefirstinhibitor" BIGINT,
  "bluedragonkills" BIGINT,
  "bluebaronkills" BIGINT,
  "bluetowerkills" BIGINT,
  "blueinhibitorkills" BIGINT,
  "bluewardplaced" BIGINT,
  "bluewardkills" BIGINT,
  "bluekills" BIGINT,
  "bluedeath" BIGINT,
  "blueassist" BIGINT,
  "bluechampiondamagedealt" BIGINT,
  "bluetotalgold" BIGINT,
  "bluetotalminionkills" BIGINT,
  "bluetotallevel" BIGINT,
  "blueavglevel" DOUBLE,
  "bluejungleminionkills" BIGINT,
  "bluekillingspree" BIGINT,
  "bluetotalheal" BIGINT,
  "blueobjectdamagedealt" BIGINT,
  "redwins" BIGINT,
  "redfirstblood" BIGINT,
  "redfirsttower" BIGINT,
  "redfirstbaron" BIGINT,
  "redfirstdragon" BIGINT,
  "redfirstinhibitor" BIGINT,
  "reddragonkills" BIGINT,
  "redbaronkills" BIGINT,
  "redtowerkills" BIGINT,
  "redinhibitorkills" BIGINT,
  "redwardplaced" BIGINT,
  "redwardkills" BIGINT,
  "redkills" BIGINT,
  "reddeath" BIGINT,
  "redassist" BIGINT,
  "redchampiondamagedealt" BIGINT,
  "redtotalgold" BIGINT,
  "redtotalminionkills" BIGINT,
  "redtotallevel" BIGINT,
  "redavglevel" DOUBLE,
  "redjungleminionkills" BIGINT,
  "redkillingspree" BIGINT,
  "redtotalheal" BIGINT,
  "redobjectdamagedealt" BIGINT
);

Share link

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