Baselight

MPL ID Season 10

Mobile Legends: Bang Bang Professional League INDONESIA SEASON 10.

@kaggle.kishan9044_mpl_id_season10

Mpl Id S10
@kaggle.kishan9044_mpl_id_season10.mpl_id_s10

  • 16.73 KB
  • 78 rows
  • 18 columns
hero

Hero

hero_picked

Hero Picked

t_wins

T Wins

t_lose

T Lose

t_winrate

T Winrate

t_pickpercentage

T Pickpercentage

bs_picked

Bs Picked

bs_won

Bs Won

bs_lost

Bs Lost

bs_winrate

Bs Winrate

rs_picked

Rs Picked

rs_won

Rs Won

rs_lost

Rs Lost

rs_winrate

Rs Winrate

hero_banned

Hero Banned

ban_percentage

Ban Percentage

pick_ban

Pick\u0026Ban

pick_ban_percentage

Pick\u0026Ban Percentage

Paquito124616349.19%72.09%59283147.46%65333250.77%3218.60%15690.70%
Esmeralda108525648.15%62.79%58292950.00%50232746.00%3319.19%14181.98%
Claude79394049.37%45.93%42212150.00%37181948.65%3620.93%11566.86%
Beatrix78512765.38%45.35%39211853.85%3930976.92%4526.16%12371.51%
Valentina64313348.44%37.21%38172144.74%26141253.85%10661.63%17098.84%
Yve63273642.86%36.63%29131644.83%34142041.18%4626.74%10963.37%
Mathilda57282949.12%33.14%36171947.22%21111052.38%2615.12%8348.26%
Chou55262947.27%31.98%31151648.39%24111345.83%2212.79%7744.77%
Lylia53312258.49%30.81%25141156.00%28171160.71%158.72%6839.53%
Julian50262452.00%29.07%167943.75%34191555.88%6437.21%11466.28%

CREATE TABLE mpl_id_s10 (
  "hero" VARCHAR,
  "hero_picked" BIGINT,
  "t_wins" BIGINT,
  "t_lose" BIGINT,
  "t_winrate" VARCHAR,
  "t_pickpercentage" VARCHAR,
  "bs_picked" BIGINT,
  "bs_won" BIGINT,
  "bs_lost" BIGINT,
  "bs_winrate" VARCHAR,
  "rs_picked" BIGINT,
  "rs_won" BIGINT,
  "rs_lost" BIGINT,
  "rs_winrate" VARCHAR,
  "hero_banned" BIGINT,
  "ban_percentage" VARCHAR,
  "pick_ban" BIGINT,
  "pick_ban_percentage" VARCHAR
);

Share link

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