Baselight

Global Lol Sports 2022

All data of League of Legends Matches of 2022 (25/07/2022)

@kaggle.jordipompas_lolesports

Loading...
Loading...

About this Dataset

Global Lol Sports 2022

# Stats and Definitions
A Total assists
AGT Average game time/duration, in minutes
APG Assists per game
B% Percentage of games in which the champion was banned (not tied to a specific role)
BLND% Blind-pick rate: percentage of games in which this player/champion was picked before their lane opponent (not always available)
BN% Baron control rate
CCPM Crowd control dealt to champions per minute
Champion Champion name
CKPM Average combined kills per minute (team kills + opponent kills)
CS%P15 Average share of team's total CS post-15-minutes
CSD10 Average creep score difference at 10 minutes
CSD15 Average creep score difference at 15 minutes
CSD20 Average creep score difference at 20 minutes
CSPM Average monsters + minions killed per minute
CTR% Counter-pick rate: percentage of games in which this player/champion was picked after their lane opponent (not always available)
CWPM Control wards purchased per minute
D Total deaths
D%P15 Average share of team's damage to champions post-15-minutes
DMG% Damage Share: average share of team’s total damage to champions
DMG%P15 Average share of team's damage to champions post-15-minutes
DPG Deaths per game
DPM Average damage to champions per minute
DRG% Dragon control rate: percent of all Dragons killed that were taken by the team, reflecting only elemental drakes if ELD% is present
DTH% Average share of team’s deaths
EGPM Average earned gold per minute (excludes starting gold and inherent gold generation)
EGR Early-Game Rating
ELD% Elder dragon control rate
Event Event name
F3T% First-to-three-towers rate (percentage of games in which team was the first to 3 tower kills
FB% First Blood rate -- for players/champions, percent of games earning a First Blood participation (kill or assist)
FBN% First Baron rate
FBV% First Blood Victim rate -- percent of games player/champion was killed for First Blood
FD% First dragon rate
FT% First tower rate
GD10 Average gold difference at 10 minutes
GD15 Average gold difference at 15 minutes
GD20 Average gold difference at 20 minutes
GOLD% Gold Share: average share of team’s total gold earned (excludes starting gold and inherent gold generation)
GP Games Played
GPM Average gold per minute
GPR Gold percent rating (average amount of game’s total gold held, relative to 50%)
GSPD Average gold spent percentage difference
GXD10 Average gold+experience difference at 10 minutes
GXD15 Average gold+experience difference at 15 minutes
GXD20 Average gold+experience difference at 20 minutes
HLD% Rift Herald control rate
IWC% Average percentage of opponent’s invisible wards cleared
JNG% Jungle Control: average share of game’s total jungle CS
K Total kills
KD Kill-to-Death Ratio
KDA Total Kill/Death/Assist ratio
KP Kill participation: percentage of team's kills in which player earned a Kill or Assist
KPG Kills per game
KS% Kill share: player's percentage of their team's total kills
L Losses
LNE% Lane Control: average share of game’s total lane CS
Losses Total Losses
LP Ladder Points
MLR Mid/Late Rating
OE Rating Oracle’s Elixir Performance Rating
OE Rtg Oracle’s Elixir Performance Rating
P% Percentage of games champion was picked in this role.
P+B% Percentage of games in which the champion was either banned or picked in any role
Player Player's in-game name
Pos Position
PPG Turret plates destroyed per game
Rank Official Leaderboard Rank
STL Neutral objectives stolen
STLPG Neutral objectives stolen per game
StPG Neutral objectives stolen per game
Team Team name
VSPM Vision score per minute
VWC% Average percentage of opponent’s visible wards cleared
W Wins
W% Win percentage
WC% Average percentage of opponent wards cleared
WCPM Average wards cleared per minute
Wins Total Wins
WPM Average wards placed per minute
XPD10 Average experience difference at 10 minutes
XPD15 Average experience difference at 15 minutes
XPD20 Average experience difference at 20 minutes

Tables

N 2022 Lol Esports Match Data 2022–07–25

@kaggle.jordipompas_lolesports.n_2022_lol_esports_match_data_2022_07_25
  • 15.71 MB
  • 107472 rows
  • 123 columns
Loading...

CREATE TABLE n_2022_lol_esports_match_data_2022_07_25 (
  "gameid" VARCHAR,
  "datacompleteness" VARCHAR,
  "url" VARCHAR,
  "league" VARCHAR,
  "year" BIGINT,
  "split" VARCHAR,
  "playoffs" BIGINT,
  "date" TIMESTAMP,
  "game" BIGINT,
  "patch" DOUBLE,
  "participantid" BIGINT,
  "side" VARCHAR,
  "position" VARCHAR,
  "playername" VARCHAR,
  "playerid" VARCHAR,
  "teamname" VARCHAR,
  "teamid" VARCHAR,
  "champion" VARCHAR,
  "ban1" VARCHAR,
  "ban2" VARCHAR,
  "ban3" VARCHAR,
  "ban4" VARCHAR,
  "ban5" VARCHAR,
  "gamelength" BIGINT,
  "result" BIGINT,
  "kills" BIGINT,
  "deaths" BIGINT,
  "assists" BIGINT,
  "teamkills" BIGINT,
  "teamdeaths" BIGINT,
  "doublekills" DOUBLE,
  "triplekills" DOUBLE,
  "quadrakills" DOUBLE,
  "pentakills" DOUBLE,
  "firstblood" DOUBLE,
  "firstbloodkill" DOUBLE,
  "firstbloodassist" DOUBLE,
  "firstbloodvictim" DOUBLE,
  "team_kpm" DOUBLE,
  "ckpm" DOUBLE,
  "firstdragon" DOUBLE,
  "dragons" DOUBLE,
  "opp_dragons" DOUBLE,
  "elementaldrakes" DOUBLE,
  "opp_elementaldrakes" DOUBLE,
  "infernals" DOUBLE,
  "mountains" DOUBLE,
  "clouds" DOUBLE,
  "oceans" DOUBLE,
  "chemtechs" DOUBLE,
  "hextechs" DOUBLE,
  "dragons_type_unknown" DOUBLE,
  "elders" DOUBLE,
  "opp_elders" DOUBLE,
  "firstherald" DOUBLE,
  "heralds" DOUBLE,
  "opp_heralds" DOUBLE,
  "firstbaron" DOUBLE,
  "barons" DOUBLE,
  "opp_barons" DOUBLE,
  "firsttower" DOUBLE,
  "towers" DOUBLE,
  "opp_towers" DOUBLE,
  "firstmidtower" DOUBLE,
  "firsttothreetowers" DOUBLE,
  "turretplates" DOUBLE,
  "opp_turretplates" DOUBLE,
  "inhibitors" DOUBLE,
  "opp_inhibitors" DOUBLE,
  "damagetochampions" DOUBLE,
  "dpm" DOUBLE,
  "damageshare" DOUBLE,
  "damagetakenperminute" DOUBLE,
  "damagemitigatedperminute" DOUBLE,
  "wardsplaced" DOUBLE,
  "wpm" DOUBLE,
  "wardskilled" DOUBLE,
  "wcpm" DOUBLE,
  "controlwardsbought" DOUBLE,
  "visionscore" DOUBLE,
  "vspm" DOUBLE,
  "totalgold" BIGINT,
  "earnedgold" DOUBLE,
  "earned_gpm" DOUBLE,
  "earnedgoldshare" DOUBLE,
  "goldspent" DOUBLE,
  "gspd" DOUBLE,
  "total_cs" DOUBLE,
  "minionkills" DOUBLE,
  "monsterkills" DOUBLE,
  "monsterkillsownjungle" DOUBLE,
  "monsterkillsenemyjungle" DOUBLE,
  "cspm" DOUBLE,
  "goldat10" DOUBLE,
  "xpat10" DOUBLE,
  "csat10" DOUBLE,
  "opp_goldat10" DOUBLE,
  "opp_xpat10" DOUBLE,
  "opp_csat10" DOUBLE,
  "golddiffat10" DOUBLE
);

Share link

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