Here’s a presentation slides to a UFC data analysis project I recently put together. The motivation behind the project was to analyze UFC match data and identify interesting patterns and trends in the sport. The data was scraped from http://ufcstats.com/ and provide comprehensive statistics on fighters and matches from past events. The collected data included events from UFC 1 (Nov 12, 1993) to UFC on ESPN (May 30, 2020).
The goal behind this project was to produce a racing bar chart showing the top 15 UFC fighters with the most number of UFC fights over time. The match data used here was obtained by web scraping the results tables from UFC event Wikipedia pages. The charts are build using D3.js and Javascript.
The motivation behind this project is to compile a dataset of matches from past UFC events. The data collection was performed via web scraping using Python and Beautiful Soup.