EPL Salaries
Premier League Payroll: Explore EPL Players' Salaries
@kaggle.darrylljk_epl_soccer_player_salaries
Premier League Payroll: Explore EPL Players' Salaries
@kaggle.darrylljk_epl_soccer_player_salaries
CREATE TABLE soccer_salaries (
"unnamed_0" BIGINT,
"player_name" VARCHAR,
"weekly_wage" VARCHAR,
"yearly_salary" VARCHAR,
"age" BIGINT,
"position" VARCHAR,
"nationality" VARCHAR,
"team" VARCHAR
);
Anyone who has the link will be able to view this.