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

SCORING WITH PYTHON

This project is basically exploring and analyzing the outcomes of international football which started in England in 1872.This project will analyze the dataset in order to make certain inferences and reach conclusions based on the results gotten. The dataset used for this project was gotten from https://www.kaggle.com/martj42/international-football-results-from-1872-to-2017. The dataset would be used in answering questions that would provide more insights and knowledge about the trend of international football since its inception.
The following python libraries would be used:pandas and matplotlib.
Pandas is a python library that is used to store and manipulate tabular data in rows and columns. Its datastructure is called a "DataFrame". The matplotlib is a python library that aids the visualization of a dataset.

The course that taught me how to carry out all that is entailed in this project is the Data Analysis with Python:Zero to Pandas(https://jovian.ml/learn/data-analysis-with-python-zero-to-pandas). This course served as a great introductory class to data nalysis sin python. It was a really a beginner level course as it broke down all required concepts and codes for the ease of understanding of the learners. From this course I understood was python was and learnt how to perform arithmetic manipulations, analyze tabular data with the aid of pandas,as well as visualizing this data using matplotlib and seaborn.
This project is like a summary of what was learnt using a real life dataset.

project_name = "Jovian_football_results"
!pip install jovian
Requirement already satisfied: jovian in c:\users\dell\anaconda3\lib\site-packages (0.2.18) Requirement already satisfied: requests in c:\users\dell\anaconda3\lib\site-packages (from jovian) (2.22.0) Requirement already satisfied: pyyaml in c:\users\dell\anaconda3\lib\site-packages (from jovian) (5.3) Requirement already satisfied: uuid in c:\users\dell\anaconda3\lib\site-packages (from jovian) (1.30) Requirement already satisfied: click in c:\users\dell\anaconda3\lib\site-packages (from jovian) (7.0) Requirement already satisfied: chardet<3.1.0,>=3.0.2 in c:\users\dell\anaconda3\lib\site-packages (from requests->jovian) (3.0.4) Requirement already satisfied: idna<2.9,>=2.5 in c:\users\dell\anaconda3\lib\site-packages (from requests->jovian) (2.8) Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in c:\users\dell\anaconda3\lib\site-packages (from requests->jovian) (1.25.8) Requirement already satisfied: certifi>=2017.4.17 in c:\users\dell\anaconda3\lib\site-packages (from requests->jovian) (2019.11.28)
import jovian
jovian.commit(project=project_name)
[jovian] Attempting to save notebook.. [jovian] Updating notebook "irewuraola004/jovian-football-results" on https://jovian.ml/ [jovian] Uploading notebook.. [jovian] Capturing environment.. [jovian] Committed successfully! https://jovian.ml/irewuraola004/jovian-football-results