Mobile Legend Tournament Match MPL Cambodia S6
Result Match in Mobile Legends Professional League Cambodia Tournament
@kaggle.bcakra_mobile_legend_tournament_match_mpl_cambodia_s6
Result Match in Mobile Legends Professional League Cambodia Tournament
@kaggle.bcakra_mobile_legend_tournament_match_mpl_cambodia_s6
CREATE TABLE mpl_cambodia_season_6_boxmatch (
"date" TIMESTAMP,
"stage" VARCHAR,
"match" BIGINT,
"team" VARCHAR,
"players" VARCHAR,
"pick" VARCHAR,
"role_pick" VARCHAR,
"ban" VARCHAR,
"role_ban" VARCHAR,
"spell" VARCHAR,
"emblem" VARCHAR,
"talent_1" VARCHAR,
"talent_2" VARCHAR,
"talent_3" VARCHAR,
"time" VARCHAR,
"mvp" BIGINT,
"k" BIGINT,
"d" BIGINT,
"a" BIGINT,
"gold" BIGINT,
"level" BIGINT,
"win" VARCHAR,
"tower" BIGINT,
"lord" BIGINT,
"turtle" BIGINT,
"buff_biru" DOUBLE,
"buff_merah" DOUBLE
);
CREATE TABLE mpl_cambodia_season_6_hero_and_role (
"hero" VARCHAR,
"title" VARCHAR,
"hero_order" DOUBLE,
"role_s" VARCHAR,
"specialty_ies" VARCHAR,
"lane_recommendation_s" VARCHAR,
"health" DOUBLE,
"health_regen" DOUBLE,
"mana" DOUBLE,
"mana_regen" DOUBLE,
"attack_speed" VARCHAR,
"physical_damage" DOUBLE,
"magical_damage" DOUBLE,
"physical_defense" DOUBLE,
"magical_defense" DOUBLE,
"movement_speed" DOUBLE,
"energy" DOUBLE,
"energy_regen" DOUBLE,
"price" VARCHAR,
"specialty" VARCHAR,
"win_rate" VARCHAR,
"hero_1" VARCHAR,
"n__name_pasive_abilities" VARCHAR,
"ability" VARCHAR,
"pasive_deskripsi" VARCHAR,
"skill_1_name_abilities" VARCHAR,
"skill_1_ability" VARCHAR,
"skill_1_pasive_deskripsi" VARCHAR,
"skill_2_name_abilities" VARCHAR,
"skill_2_ability" VARCHAR,
"skill_2_pasive_deskripsi" VARCHAR,
"skill_3_name_abilities" VARCHAR,
"skill_3_ability" VARCHAR,
"skill_3_pasive_deskripsi" VARCHAR
);
CREATE TABLE mpl_cambodia_season_6_item_stats (
"name" VARCHAR,
"name_ability" VARCHAR,
"ability_deskirpsi" VARCHAR,
"attributes" VARCHAR
);
CREATE TABLE mpl_cambodia_season_6_jungle_and_roam (
"name" VARCHAR,
"ability" VARCHAR
);
CREATE TABLE mpl_cambodia_season_6_spell_battle (
"battle_spell" VARCHAR,
"description" VARCHAR
);
Anyone who has the link will be able to view this.