willyg23 / UFC-Machine-Learning-and-Data-Visualization

0 stars 0 forks source link

Find out what features are in each excel file, and what you want to do with them. #1

Open willyg23 opened 5 months ago

willyg23 commented 5 months ago

ufc_fight_data: data about the fight such as: fight_id, event_id, referee, f_1 (id of the fighter who is fighting) f_2 (id of the fighter who is fighting), winner (id of who won), num_rounds, title_fight (T or F), weight_class

ufc_fight_stat_data: 2 data entries for each fight (fight), 1 per fighter (fighter_id). has stats about what the fighter did in that fight, like total strikes attempted/landed, control time, and takedowns attempted/landed. also has a link to a page of the fight's stats.

ufc_fighter_data: data on individual fighters. Things like height, reach, date of birth, wins, losses, etc. Unfortunately not much here compared to the data set, in terms of stats.

ufc_event_data: data on each UFC event. event_id, event name, city, country, state, etc.