Baselight

League Of Legends Worlds (2011-2022) Stats

League of Legends Worlds Championship data (2011-2022)

@kaggle.pedrocsar_league_of_legends_worlds_20112022_stats

Players Stats
@kaggle.pedrocsar_league_of_legends_worlds_20112022_stats.players_stats

  • 63.23 KB
  • 1283 rows
  • 21 columns
season

Season

event

Event

team

Team

player

Player

games_played

Games Played

wins

Wins

loses

Loses

win_rate

Win Rate

kills

Kills

deaths

Deaths

assists

Assists

kill_death_assist_ratio

Kill Death Assist Ratio

creep_score

Creep Score

cs_min

Cs/min

gold

Gold

gold_min

Gold/min

damage

Damage

damage_min

Damage/min

kill_participation

Kill Participation

kill_share

Kill Share

gold_share

Gold Share

1MainAgainst_All_authorityKujaa127558.30.252.588.333.3213.580.347.8198
1MainAgainst_All_authorityLinak127558.31.753.587.672.63113.172.8610.3259
1MainAgainst_All_authorityMoMa127558.34.172.755.583.55242.256.1312.1307
1MainAgainst_All_authoritysOAZ127558.342.927.083.8214.675.4311.6293
1MainAgainst_All_authorityYellOwStaR127558.33.753.255.172.74276.336.9913.2333
1MainCounter_Logic_Gamingbigfatlp633502.52.55.333.13191.175.379.8275
1MainCounter_Logic_GamingChauster633503.171.672.53.42216.2110.4293
1MainCounter_Logic_GamingElementz6335012.336.333.1450.671.427.1200
1MainCounter_Logic_GamingHotshotGG633501.832.673.832.13188.835.319.7273
1MainCounter_Logic_GamingSaintvicious633502.52.6752.811123.159.2258

CREATE TABLE players_stats (
  "season" BIGINT,
  "event" VARCHAR,
  "team" VARCHAR,
  "player" VARCHAR,
  "games_played" BIGINT,
  "wins" BIGINT,
  "loses" BIGINT,
  "win_rate" DOUBLE,
  "kills" DOUBLE,
  "deaths" DOUBLE,
  "assists" DOUBLE,
  "kill_death_assist_ratio" DOUBLE,
  "creep_score" DOUBLE,
  "cs_min" DOUBLE,
  "gold" DOUBLE,
  "gold_min" BIGINT,
  "damage" DOUBLE,
  "damage_min" DOUBLE,
  "kill_participation" DOUBLE,
  "kill_share" DOUBLE,
  "gold_share" DOUBLE
);

Share link

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