Learn practical skills, build real-world projects, and advance your career

Project Title - English Premier League History

TODO - In this project, I research and evaluate the data for Premier League Football Matches betweeen 2006/2007 to 2017/2018. I took the csv file from Kaggle ('https://www.kaggle.com/zaeemnalla/premier-league'). I learned a lot of new things and thanks to assignments, I feel more comfortable about NumPy, Pandas, Matplotlib and Seaborn. This course was incredible.

Downloading the Dataset

TODO - Firstly, I uploaded the Juptyer notebook to Jovian.ml

!pip install jovian opendatasets --upgrade --quiet

Let's begin by downloading the data, and listing the files within the dataset.

# Change this
dataset_url = 'https://www.kaggle.com/zaeemnalla/premier-league'