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
Classification High elo(Challenger, GrandMaster, Master) Ranked Games Results
@kaggle.gyejr95_league_of_legends_challenger_ranked_games2020
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
);
Anyone who has the link will be able to view this.