UFC Roster Data/Statistics
Complete UFC Roster, Rankings, UFC record and MMA record
@kaggle.axeltorbenson_ufc_roster_datastatistics
Complete UFC Roster, Rankings, UFC record and MMA record
@kaggle.axeltorbenson_ufc_roster_datastatistics
CREATE TABLE ufc_roster (
"ranking" DOUBLE,
"name" VARCHAR,
"age" BIGINT,
"weight" VARCHAR,
"height" DOUBLE,
"ufc_wins" BIGINT,
"ufc_loses" BIGINT,
"ufc_draws" BIGINT,
"ufc_no_contests" BIGINT,
"mma_wins" BIGINT,
"mma_loses" BIGINT,
"mma_draws" BIGINT,
"mma_no_contests" BIGINT
);
Anyone who has the link will be able to view this.