Baselight

League Of Legend High Elo Team Comp + Game Length

Season 10 games from KR(www), NA, EUW, EUNE servers.

@kaggle.leetolo_league_of_legend_high_elo_team_comp_game_length

Loading...
Loading...

About this Dataset

League Of Legend High Elo Team Comp + Game Length

Context

I was exploring League of Legends datasets to play around but since Riot allows limited calls to their API, I've collected the data from OP.GG.
Few goals of mine were to find out the best team compositions and to predict Victory/Loss given a team comp and game length. The most recent games on the dataset are on 2020 October 16th.

Content

The dataset consists of ranked matches from Korea(WWW), North America(NA), Eastern Europe(EUNE), and Western Europe(EUW) servers. It has which team won the match, the total time of the match, blue team composition and red team composition. Note that only the high elo games were added this includes Challenger, Grand Master, Master and sometimes even High Diamonds. Note that there are 151 total unique champions with 'Samira' as the latest addition.

Tables

Games

@kaggle.leetolo_league_of_legend_high_elo_team_comp_game_length.games
  • 106.45 KB
  • 4028 rows
  • 7 columns
Loading...

CREATE TABLE games (
  "game_length" VARCHAR,
  "mmr" VARCHAR,
  "result" VARCHAR,
  "server" VARCHAR,
  "team_1" VARCHAR,
  "team_2" VARCHAR,
  "timestamp" TIMESTAMP
);

Share link

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