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

EA Sports FIFA 19 Data Analysis

EA Sports FIFA 19 is football based video game. The game was launched on 28 September 2018. Build on the Frostbite game engine and supports the following platforms: PlayStation 4, Xbox 360, PlayStation 3, Xbox One, Nintendo Switch, Microsoft Windows. This project was done for the project submission of the course Data Analysis with Python: Zero to Pandas.This course started from the basics of python and proceeded through numpy, pandas and data visualisation in python and then finishing with this course project.

Downloading the Dataset

The dataset was taken from Kaggle. Data scraped from https://sofifa.com/. It contains 570,776 views and 99,571 downloads on kaggle.com till date.

!pip install jovian opendatasets --upgrade --quiet
# dataset_url
dataset_url = 'https://www.kaggle.com/karangadiya/fifa19' 
!pip install jovian --upgrade -q