Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.13 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.13 KB

FIFA22 Players Dataset Analysis

Overview

This work aims at conducting EDA and statisical tests regarding the players statistics as registered in the FIFA22 Database. The underlying dataset contains player attributes from FIFA 22 for Career Mode (as a CSV file); It allows for comprehensive comparisons of player development and changes over eight consecutive game versions.

Data Includes

  • Physical attributes: Height, weight, pace, shooting, passing, dribbling, defending, physicality.
  • Financial information: Player value, wage, contract length.
  • Player history: Previous clubs, international appearances.
  • Player role: Position, preferred foot, work rate.

Potential Use Cases

  • Analyzing player growth and potential
  • Identifying undervalued or overvalued players
  • Exploring correlations between player attributes and performance
  • Building machine learning models to predict player performance

Usage

Install imported Python libraries and run notebook (.ipynb) or simply open and run in Google Colab (link inside notebook).

FIFA22