League Of Legends Worlds (2011-2022) Stats
League of Legends Worlds Championship data (2011-2022)
@kaggle.pedrocsar_league_of_legends_worlds_20112022_stats
League of Legends Worlds Championship data (2011-2022)
@kaggle.pedrocsar_league_of_legends_worlds_20112022_stats
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
);
Anyone who has the link will be able to view this.