UFC Fighters Analysis Dataset
UFC Fighters ultimate and most exclusive body and wrestling statistics
@kaggle.durgeshrao9993_ufc_fighters_trending_statistics_2022
UFC Fighters ultimate and most exclusive body and wrestling statistics
@kaggle.durgeshrao9993_ufc_fighters_trending_statistics_2022
The UFC Fighters dataset is a comprehensive collection of information about professional mixed martial artists who compete in the Ultimate Fighting Championship (UFC), one of the most popular and prestigious mixed martial arts (MMA) organizations in the world. This dataset aims to provide a wealth of data and statistics on the fighters, allowing for in-depth analysis and exploration of their careers, performances, and characteristics.
CREATE TABLE ufc_fighter_stats (
"first" VARCHAR,
"last" VARCHAR,
"nickname" VARCHAR,
"ht" VARCHAR -- Ht.,
"wt" VARCHAR -- Wt.,
"reach" VARCHAR,
"stance" VARCHAR,
"w" DOUBLE,
"l" DOUBLE,
"d" DOUBLE,
"belt" VARCHAR
);
Anyone who has the link will be able to view this.