This is a final project for "Python for Data Science" module.
Based on the data information from top-5 football league in Europe, we aim to visualise and analyse how every element impacts on the others.
There are 3 data folders:
- data_og: Original data.
- data: Pre-processed data.
- data_fixed: data but more information.
Crawl code: crawl_data.py
.
Visualisation code: main.ipynb
.
- Library: matplotlib, seaborn, plotly.
Many thanks to Trong-Duc Vo, and Tuong-Vy Le for memorable moments in this project.