Baselight

FIFA 18 Updated Dataset

Updated FIFA 18 dataset including season end updated rankings

@kaggle.piyushgandhi811_fifa_18_updated_dataset

Loading...
Loading...

About this Dataset

FIFA 18 Updated Dataset

Context

World Cup 2018 is here and now you can predict who will win by using one of the most effective ranking systems of EA Sports. EA Sports has predicted a 4-3 France vs Germany Final. Can you predict yours ?

Content

This is the most updated version of FIFA dataset scraped from https://sofifa.com/. It contains all the attributes of all players currently in FIFA.

Acknowledgements

https://sofifa.com/. The data took about 8 hours of scraping. Hats off to these guys for maintaining such a great database.

Inspiration

This is done as for ratings for the upcoming world cup. EA Rating system has always been a good one and this might help people in creating predictive models to predict who will be the winner.

Tables

Fifa18v2

@kaggle.piyushgandhi811_fifa_18_updated_dataset.fifa18v2
  • 1.08 MB
  • 18000 rows
  • 46 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.