This project performs basic statistical analysis on the FIFA 15 dataset using Python and pandas.
- File: players_15.csv
- Total Records: 18,945 players
- Calculated mean age of players
- Calculated mean overall rating
- Computed correlation between Age and Overall Rating
- Python
- Pandas
-
Install pandas: pip install pandas
-
Run the script: python analysis.py