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

International football data analysis

Downloading the Dataset

TODO - We will download the dataset 'international-football-results-from-1872-to-2017' using the opendatasets library, check the files it contains with the os library and finally we will use the results.csv file to our project.

!pip install jovian opendatasets --upgrade --quiet

Let's begin by downloading the data with the .download() from the o , and listing the files within the dataset.

dataset_url = 'https://www.kaggle.com/martj42/international-football-results-from-1872-to-2017'