League Of Legends: World Championship 2020
A collection of data from the World Championship 2020
@kaggle.ilyadziamidovich_league_of_legends_world_championship_2020
A collection of data from the World Championship 2020
@kaggle.ilyadziamidovich_league_of_legends_world_championship_2020
CREATE TABLE wc_champions (
"unnamed_0" BIGINT,
"champion" VARCHAR,
"sum_total" BIGINT,
"win_total" BIGINT,
"lose_total" BIGINT,
"pick_rate" VARCHAR,
"winrate_total" VARCHAR,
"sum_blue_side" BIGINT,
"win_blue_side" BIGINT,
"lose_blue_side" BIGINT,
"winrate_blue_side" VARCHAR,
"sum_red_side" BIGINT,
"win_red_side" BIGINT,
"lose_red_side" BIGINT,
"winrate_red_side" VARCHAR
);
Anyone who has the link will be able to view this.