FIFA 18 Updated Dataset
Updated FIFA 18 dataset including season end updated rankings
@kaggle.piyushgandhi811_fifa_18_updated_dataset
Updated FIFA 18 dataset including season end updated rankings
@kaggle.piyushgandhi811_fifa_18_updated_dataset
CREATE TABLE fifa18v2 (
"name" VARCHAR,
"age" BIGINT,
"photo" VARCHAR,
"nationality" VARCHAR,
"flag" VARCHAR,
"overall" BIGINT,
"potential" BIGINT,
"club" VARCHAR,
"club_logo" VARCHAR,
"value" DOUBLE,
"wage" DOUBLE,
"special" BIGINT,
"acceleration" BIGINT,
"aggression" BIGINT,
"agility" BIGINT,
"balance" BIGINT,
"ball_control" BIGINT,
"composure" BIGINT,
"crossing" BIGINT,
"curve" BIGINT,
"dribbling" BIGINT,
"fk_accuracy" BIGINT,
"finishing" BIGINT,
"gk_diving" BIGINT,
"gk_handling" BIGINT,
"gk_kicking" BIGINT,
"gk_positioning" BIGINT,
"gk_reflexes" BIGINT,
"heading_accuracy" BIGINT,
"interceptions" BIGINT,
"jumping" BIGINT,
"long_passing" BIGINT,
"long_shots" BIGINT,
"marking" BIGINT,
"penalties" BIGINT,
"positioning" BIGINT,
"reactions" BIGINT,
"short_passing" BIGINT,
"shot_power" BIGINT,
"sliding_tackle" BIGINT,
"sprint_speed" BIGINT,
"stamina" BIGINT,
"standing_tackle" BIGINT,
"strength" BIGINT,
"vision" BIGINT,
"volleys" BIGINT
);
Anyone who has the link will be able to view this.