Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 827 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 827 Bytes

Olympic Medal Variability Analysis

Purpose

This repository utilized olympic medal result, host nation, and participation data to determine the olympic event with the most variablity in country receiving a medal in the past ~100 years.

Rugby, one of the highest variablity events, was then used to determine 2024 draft order for a fantasy football league. Specifically, the 12 teams participating in the 2024 Paris Women's Rugby 7s were assigned to each member of a 12-team league.

Usage

  • Clone repo
  • Run draftOrder.py
  • The printed result will be percent variability by event
  • You can toggle between summer and winter with modifications to lines 13 to 16 in draftOrder.py

Credit

  • All data sourced from @Petro on Kaggle (Source)