Mobile Legends Professional Players
Mobile Legends Professional Players Dataset
@kaggle.kishan9044_mobile_legends_professional_players
Mobile Legends Professional Players Dataset
@kaggle.kishan9044_mobile_legends_professional_players
Mobile Legends: Bang Bang aka **MLBB **is an MOBA game available to play on both Android and IOS.
If you are interested in E-Sports data. I would Recommend you to check out https://liquipedia.net/
The Dataset contains all the professional players in South East Asia as of November 1, 2022.
CREATE TABLE ml_players (
"unnamed_0" BIGINT -- Unnamed: 0,
"players" VARCHAR,
"name" VARCHAR,
"team" VARCHAR
);
CREATE TABLE player_details (
"unnamed_0" BIGINT -- Unnamed: 0,
"nationality" VARCHAR,
"birth_date" VARCHAR,
"status" VARCHAR,
"laner" VARCHAR,
"earnings" VARCHAR
);
Anyone who has the link will be able to view this.