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

European Football Players Analysis

image.png

TODO -In this notebook we'll analyze the dataset from the European Soccer Database. From this dataset we will find data about football such as data on players, teams, match results from all major leagues on the European continent. You can retrieve this dataset and use it by accessing the following URL: https://www.kaggle.com/hugomathien/soccer.

The analysis was carried out in several stages, namely:

  1. Data Preparation and Cleaning
  2. Exploratory Data Analysis and Visualization
  3. Asking and Answering Questions
  4. Inferences and Conclusions
  5. References and Future Work

DISCLAIMER :This database contains players data up to 2016, therefore the results of the analysis on this notebook will describe the player's condition at that year

project_name = 'european-football-players-analysis'
!pip install jovian --upgrade -q
import jovian
jovian.commit(project=project_name)
[jovian] Attempting to save notebook..
[jovian] Error: Failed to detect notebook filename. Please provide the correct notebook filename as the "filename" argument to "jovian.commit".