Football Wages Dataset
Football/Soccer Wages for the top 6 leagues with around 3900 players.
@kaggle.ultimus_football_wages_prediction
Football/Soccer Wages for the top 6 leagues with around 3900 players.
@kaggle.ultimus_football_wages_prediction
Wages are up to date as of 2022. Data was extracted from the game FM22. It contains data for 3900 players in the top 6 leagues. If anyone has a way of extracting data from FM24 without it being a tedious job, a huge dataset can be created.
A newer updated and better version has been released at https://www.kaggle.com/datasets/ultimus/football-salaries-dataset
CREATE TABLE salaryprediction (
"wage" BIGINT,
"age" BIGINT,
"club" VARCHAR,
"league" VARCHAR,
"nation" VARCHAR,
"position" VARCHAR,
"apps" BIGINT,
"caps" BIGINT
);
Anyone who has the link will be able to view this.