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
Dataset containing every professional mixed martial arts fight from the Ultimate Fighting Championship, Bellator MMA, and ONE Championship until 11 Aug, 2021 (date of data retrieval). The dataset contains 10,448 professional MMA fights to be used for various analysis tasks. See my MMA Fighters dataset for the information and records of all fighters in this dataset as of 11 Aug, 2021.
The dataset was scraped from Sherdog.
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.