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

Exploratory Analysis of International Footbal Matches between 1872 to 2020

In that project, I want to evaluate the data for International Football Matches. I took the csv file from Kaggle (https://www.kaggle.com/martj42/international-football-results-from-1872-to-2017). There are 41,640 matches data. In addition, Zero to Pandas course is very informative and well prepared. I learned a lot of new things and thanks to assignments, I feel more comfortable about NumPy, Pandas, Matplotlib and Seaborn. Thank you so much for this course!

As a first step, let's upload our Jupyter notebook to Jovian.ml.

project_name = "zerotopandas-project-finale" # change this
!pip install jovian --upgrade -q
import jovian
jovian.commit(project=project_name, files=['results.csv'])
[jovian] Attempting to save notebook..