English Premier League Players Dataset, 2017/18
A unique dataset containing FPL data, popularity and market values
@kaggle.mauryashubham_english_premier_league_players_dataset
A unique dataset containing FPL data, popularity and market values
@kaggle.mauryashubham_english_premier_league_players_dataset
CREATE TABLE epldata_final (
"name" VARCHAR,
"club" VARCHAR,
"age" BIGINT,
"position" VARCHAR,
"position_cat" BIGINT,
"market_value" DOUBLE,
"page_views" BIGINT,
"fpl_value" DOUBLE,
"fpl_sel" VARCHAR,
"fpl_points" BIGINT,
"region" DOUBLE,
"nationality" VARCHAR,
"new_foreign" BIGINT,
"age_cat" BIGINT,
"club_id" BIGINT,
"big_club" BIGINT,
"new_signing" BIGINT
);
Anyone who has the link will be able to view this.