Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 736 Bytes

File metadata and controls

22 lines (14 loc) · 736 Bytes

Data Visualisation

This is a final project for "Python for Data Science" module.

Introduction

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.

Top-5 League in 2022.

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.

Acknowledgement

Many thanks to Trong-Duc Vo, and Tuong-Vy Le for memorable moments in this project.