Baselight

League Of Legends Worlds 2021 Play-In Group Stats

Game stats for all matches in the League of Legends Worlds 2021 Play-in Groups

@kaggle.braydenrogowski_league_of_legends_worlds_2021_playin_g_2c7088f0

Loading...
Loading...

About this Dataset

League Of Legends Worlds 2021 Play-In Group Stats

As a massive League of Legends fan for 10+ years, I realized that there weren't any datasets that helped us stay updated with Worlds 2021, thus this dataset was born!

All data was acquired from lolesports.com which shows all in-depth statistics available for each match that others can use to find correlations between in-game statistics and wins.

I would love to see this data used to answer how vision (ward interactions) and gold distribution (how a team's gold is divided among it's positions) correlate with win percentage.

Tables

League Of Legends 2021 World Championship Play In Grou B528bbd6

@kaggle.braydenrogowski_league_of_legends_worlds_2021_playin_g_2c7088f0.league_of_legends_2021_world_championship_play_in_grou_b528bbd6
  • 20.03 KB
  • 220 rows
  • 20 columns
Loading...

CREATE TABLE league_of_legends_2021_world_championship_play_in_grou_b528bbd6 (
  "team" VARCHAR,
  "player" VARCHAR,
  "opponent" VARCHAR,
  "position" VARCHAR,
  "champion" VARCHAR,
  "kills" BIGINT,
  "deaths" BIGINT,
  "assists" BIGINT,
  "creep_score" BIGINT,
  "gold_earned" BIGINT,
  "champion_damage_share" DOUBLE,
  "kill_participation" DOUBLE,
  "wards_placed" BIGINT,
  "wards_destroyed" BIGINT,
  "ward_interactions" BIGINT,
  "dragons_for" BIGINT,
  "dragons_against" BIGINT,
  "barons_for" BIGINT,
  "barons_against" BIGINT,
  "result" VARCHAR
);

Share link

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