Complete FIFA 2017 Player Dataset (Global)
15k+ players, 50+ Attributes per player from the latest EA Sports Fifa 17
@kaggle.artimous_complete_fifa_2017_player_dataset_global
15k+ players, 50+ Attributes per player from the latest EA Sports Fifa 17
@kaggle.artimous_complete_fifa_2017_player_dataset_global
CREATE TABLE clubnames (
"name" VARCHAR,
"url" VARCHAR
);
CREATE TABLE fulldata (
"name" VARCHAR,
"nationality" VARCHAR,
"national_position" VARCHAR,
"national_kit" DOUBLE,
"club" VARCHAR,
"club_position" VARCHAR,
"club_kit" DOUBLE,
"club_joining" TIMESTAMP,
"contract_expiry" DOUBLE,
"rating" BIGINT,
"height" VARCHAR,
"weight" VARCHAR,
"preffered_foot" VARCHAR,
"birth_date" TIMESTAMP,
"age" BIGINT,
"preffered_position" VARCHAR,
"work_rate" VARCHAR,
"weak_foot" BIGINT,
"skill_moves" BIGINT,
"ball_control" BIGINT,
"dribbling" BIGINT,
"marking" BIGINT,
"sliding_tackle" BIGINT,
"standing_tackle" BIGINT,
"aggression" BIGINT,
"reactions" BIGINT,
"attacking_position" BIGINT,
"interceptions" BIGINT,
"vision" BIGINT,
"composure" BIGINT,
"crossing" BIGINT,
"short_pass" BIGINT,
"long_pass" BIGINT,
"acceleration" BIGINT,
"speed" BIGINT,
"stamina" BIGINT,
"strength" BIGINT,
"balance" BIGINT,
"agility" BIGINT,
"jumping" BIGINT,
"heading" BIGINT,
"shot_power" BIGINT,
"finishing" BIGINT,
"long_shots" BIGINT,
"curve" BIGINT,
"freekick_accuracy" BIGINT,
"penalties" BIGINT,
"volleys" BIGINT,
"gk_positioning" BIGINT,
"gk_diving" BIGINT,
"gk_kicking" BIGINT,
"gk_handling" BIGINT,
"gk_reflexes" BIGINT
);
CREATE TABLE nationalnames (
"name" VARCHAR,
"url" VARCHAR
);
CREATE TABLE playernames (
"name" VARCHAR,
"url" VARCHAR
);
Anyone who has the link will be able to view this.