All Pro MMA Fights - UFC, Bellator, One
All professional MMA bouts in the UFC, Bellator, and OneFC as of 11 Aug, 21.
@kaggle.binduvr_pro_mma_fights
All professional MMA bouts in the UFC, Bellator, and OneFC as of 11 Aug, 21.
@kaggle.binduvr_pro_mma_fights
CREATE TABLE pro_mma_fights (
"url" VARCHAR,
"event_title" VARCHAR,
"organisation" VARCHAR,
"date" TIMESTAMP,
"location" VARCHAR,
"match_nr" BIGINT,
"fighter1_url" VARCHAR,
"fighter2_url" VARCHAR,
"fighter1_name" VARCHAR,
"fighter2_name" VARCHAR,
"fighter1_result" VARCHAR,
"fighter2_result" VARCHAR,
"win_method" VARCHAR,
"win_details" VARCHAR,
"referee" VARCHAR,
"round" BIGINT,
"time" VARCHAR
);
Anyone who has the link will be able to view this.