This is the Data Visualization project of Valeria Insogna and Cecilia Zagni.
The dataset contains info about results from 17 major international skating events from October 2016 through December 2017.
The project addresses the following questions about the data:
- Do the judges favour compatriot athletes?
- Which athletes present the most difficult elements and how are they ranked?
- Are elements more important than components in establishing the final ranking?
At the end of each event it oversees, the International Skating Union releases a PDF containing all scores given for each performance which are of public domain. That report is known as a "Protocol," and an example can be found here.
You can find the list of those 17 competitions at the following link.
- Python 3.9
Subpackages:
- plotly
- pandas
- numpy
You can find the following files and folders in this repository:
data/
: The final data used in the 3 notebooks after preprocessing.img/
: The picture used in the presentation and plots.plots/
: The 3 plots used in the presentation.preprocessing/
: The code used to preprocess the raw data from this repository.utils/
: The license of the background picture of the presentation.final_question_1.ipynb
: the notebook addressing the first question.final_question_2.ipynb
: the notebook addressing the second question.final_question_3.ipynb
: the notebook addressing the third question.presentation.pdf
: the presentation of the project in pdf version.presentation.pptx
: the presentation of the project in pdf version.LICENSE
: the license of the project.