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

Challenger Ranked Games
@kaggle.gyejr95_league_of_legends_challenger_ranked_games2020.challenger_ranked_games

  • 2.04 MB
  • 26904 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

424726304313231381315312256039370014405611.210543103556751111391501731156873016498325336412.813883871160463
42471558211317112457181983160243410725316312.6111326397453031124618819844218371365715911.813432482914105
424396325793228752082401422929306428.464656756511111125140920520307973536440050108951258945201
424167849820981111212939263645101607634477748016226324718310191113169656362672125866705288328416.820596531288202
424153886823441111112211311435274047134826749558318316.62525371619528731611004340278313153674596794851722778643164141
424139446115671111281652326184359839522215766613.217194092551855112581818263464242442805556112.214032374120132
423322222116861272261631307027047107601651313652050331788111114171722931165978424580326407314.621453141561040
4233113995158811111211027939362088102449591636137114.215772861267404121762820363062134474086086312.613352784632107
42311009321618111113181895726254477245579407047114.214452972666468112963325263469840499066466913.815963202641601
4229230455112611114432020113456652390144865711.41155176303748311471911201332999320644615310.69232351110775

CREATE TABLE challenger_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.