FIFA 22 September 27, 2021 - Players Dataset
FIFA 22 - Players Dataset
@kaggle.tungvull_fifa_22_september_27_2021_players_dataset
FIFA 22 - Players Dataset
@kaggle.tungvull_fifa_22_september_27_2021_players_dataset
Context
Football analytics
Content
FIFA 22 is an upcoming football simulation video game published by Electronic Arts as part of the FIFA series. It will be the 29th installment in the FIFA series, and will be released on 1 October 2021.
Detailed attributes for every player registered in the latest edition of FIFA 22 database.
Acknowledgements
Data scraped from https://sofifa.com/
CREATE TABLE fifa_22_sep_27_dataset (
"id" BIGINT,
"name" VARCHAR,
"age" BIGINT,
"photo" VARCHAR,
"nationality" VARCHAR,
"flag" VARCHAR,
"overall" BIGINT,
"potential" BIGINT,
"club" VARCHAR,
"club_logo" VARCHAR,
"value" VARCHAR,
"wage" VARCHAR,
"height" VARCHAR,
"weight" VARCHAR,
"foot" VARCHAR,
"weak_foot" VARCHAR,
"skill_move" VARCHAR,
"attack_work_rate" VARCHAR,
"defendsive_work_rate" VARCHAR,
"international_reputation" VARCHAR,
"best_of_overall" BIGINT,
"best_position" VARCHAR,
"growth" BIGINT,
"joined" TIMESTAMP,
"loan_end" TIMESTAMP,
"release_clause" VARCHAR,
"attacking" BIGINT,
"crossing" BIGINT,
"finishing" BIGINT,
"heading_acuracy" BIGINT,
"short_passing" BIGINT,
"volleys" BIGINT,
"skill" BIGINT,
"dribbling" BIGINT,
"curve" BIGINT,
"free_kick_accuracy" BIGINT,
"long_passing" BIGINT,
"ball_control" BIGINT,
"movement" BIGINT,
"accelebation" BIGINT,
"sprint_speed" BIGINT,
"agility" BIGINT,
"reactions" BIGINT,
"balance" BIGINT,
"power" BIGINT,
"shot_power" BIGINT,
"jumping" BIGINT,
"stamina" BIGINT,
"strength" BIGINT,
"long_shots" BIGINT,
"mentality" BIGINT,
"aggression" BIGINT,
"interception" BIGINT,
"positioning" BIGINT,
"vision" BIGINT,
"penalties" BIGINT,
"composure" BIGINT,
"defending" BIGINT,
"marking" BIGINT,
"standing_tackle" BIGINT,
"sliding_tackle" BIGINT,
"goalkeeping" BIGINT,
"gk_diving" BIGINT,
"gk_handing" BIGINT,
"gk_kicking" BIGINT,
"gk_position" BIGINT,
"gk_reflexes" BIGINT,
"total" BIGINT,
"base_stats" BIGINT
);Anyone who has the link will be able to view this.