Baselight

Legends LEC

matches in the League of Legends LEC Spring Playoffs 2024.

@kaggle.willianoliveiragibin_legends_lec

Loading...
Loading...

About this Dataset

Legends LEC

this graph was created in Leagueoflegends.com:



Dataset Contents:
Player: Name of the player.
Role: Role of the player (e.g., TOP, JUNGLE, MID, ADC, SUPPORT)
Team: Name of the player's team
Opponent_Team: Name of the opposing team
Opponent_Player: Name of the opposing player
Date: Date of the match
Round: Round of the tournament
Day: Specific day of the tournament
Patch: Version of the game patch during the match
Stage: Stage of the tournament
No_Game: Game number in the series
all_Games: Total number of games in the series
Format: Format of the match (e.g., Best of 1, Best of 3)
Game_of_day: Number of the game that day
Side: Side of the map the team started on (Blue/Red)
Time: Duration of the match

Tables

Lec Springplayoffs 2024

@kaggle.willianoliveiragibin_legends_lec.lec_springplayoffs_2024
  • 6.65 KB
  • 420 rows
  • 7 columns
Loading...

CREATE TABLE lec_springplayoffs_2024 (
  "player" VARCHAR,
  "role" VARCHAR,
  "team" VARCHAR,
  "opponent_team" VARCHAR,
  "opponent_player" VARCHAR,
  "date" TIMESTAMP,
  "round" VARCHAR
);

Share link

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