Baselight

EA SPORTS FC 25 DATABASE, RATINGS AND STATS

The complete EA Sports FC database with stats of all male and female players

@kaggle.nyagami_ea_sports_fc_25_database_ratings_and_stats

Loading...
Loading...

About this Dataset

EA SPORTS FC 25 DATABASE, RATINGS AND STATS

The dataset provides comprehensive information on FC 25 players, focusing on their in-game ratings, attributes, and additional statistics.
It is derived from EA SPORTS Website using web scraping as shown in the notebook here
Here’s a detailed breakdown of the columns in the dataset along with their meanings:

  • Rank: Player’s ranking based on overall rating (OVR) within the FC 25 group.
  • Name: The full name of the player.
  • Height: The player’s height
  • Weight: The player’s weight
  • Position: The primary position the player plays on the field
  • Alternative positions: Other positions the player is capable of playing effectively.
  • Age: The player’s age.
  • Nation: The country the player represents in international competitions.
  • League: The football league in which the player currently plays.
  • Team: The club team the player is part of.
  • Play style: Specific gameplay traits or tendencies that define the player’s behavior and skillset on the field (e.g., "Quick Step", "Finesse Shot").
  • URL: A link to the player's detailed profile.

Player Attributes

  • Acceleration: The player’s ability to reach maximum speed quickly.
  • Sprint Speed: The top speed the player can achieve when sprinting.
  • Positioning: The player's awareness and positioning in attack.
  • Finishing: The player’s ability to convert scoring chances into goals.
  • Shot Power: The strength of the player’s shots on goal.
  • Long Shots: The accuracy and power of shots taken from outside the penalty area.
  • Volleys: The player’s ability to strike the ball cleanly from mid-air.
  • Penalties: The player's skill at taking penalty kicks.

Passing and Vision

  • Vision: The player's ability to make accurate passes and see plays develop.
  • Crossing: The ability to deliver accurate crosses from wide areas.
  • Free Kick Accuracy: The player’s precision when taking free kicks.
  • Short Passing: The accuracy and skill in making short-distance passes.
  • Long Passing: The ability to deliver accurate long-range passes.
  • Curve: The player’s ability to bend the ball during passes or shots.

Dribbling and Agility

  • Dribbling: The player’s ball control and ability to maneuver in tight spaces.
  • Agility: How quickly and smoothly the player can change direction.
  • Balance: The player’s stability and ability to stay on their feet under pressure.
  • Reactions: The player’s responsiveness to unpredictable events during the game.
  • Ball Control: How well the player controls the ball while moving.

Mentality and Defense

  • Composure: The player’s calmness under pressure.
  • Interceptions: The player’s ability to read and intercept passes.
  • Heading Accuracy: The player's precision when attempting to head the ball.
  • Defensive Awareness (Def Awareness): The player’s positioning and ability to anticipate defensive situations.
  • Standing Tackle: The player’s ability to win the ball with a standing tackle.
  • Sliding Tackle: The skill and accuracy of the player’s sliding tackles.

Physical Attributes

  • Jumping: The player’s ability to jump high during headers or challenges.
  • Stamina: The player’s endurance and ability to perform at a high level throughout the match.
  • Strength: The player’s physical power and ability to win physical challenges.
  • Aggression: The player’s determination and intensity in winning challenges and duels.

Technical Skills

  • Weak foot: The player’s proficiency with their non-dominant foot (rated from 1 to 5 stars).
  • Skill moves: The player’s ability to perform advanced dribbling moves (rated from 1 to 5 stars).
  • Preferred foot: Indicates whether the player prefers using their left or right foot.

Goalkeeping Attributes (if applicable)

  • GK Diving: The goalkeeper’s ability to dive and make saves.
  • GK Handling: The goalkeeper’s skill in catching or holding onto the ball.
  • GK Kicking: The accuracy and power of the goalkeeper’s kicks when distributing the ball.
  • GK Positioning: The goalkeeper’s ability to position themselves effectively during defensive situations.
  • GK Reflexes: The goalkeeper’s quickness in reacting to shots.

Tables

All Players

@kaggle.nyagami_ea_sports_fc_25_database_ratings_and_stats.all_players
  • 1.62 MB
  • 17737 rows
  • 58 columns
Loading...

CREATE TABLE all_players (
  "unnamed_0_1" BIGINT,
  "unnamed_0" BIGINT,
  "rank" BIGINT,
  "name" VARCHAR,
  "ovr" BIGINT,
  "pac" BIGINT,
  "sho" BIGINT,
  "pas" BIGINT,
  "dri" BIGINT,
  "def" BIGINT,
  "phy" BIGINT,
  "acceleration" BIGINT,
  "sprint_speed" BIGINT,
  "positioning" BIGINT,
  "finishing" BIGINT,
  "shot_power" BIGINT,
  "long_shots" BIGINT,
  "volleys" BIGINT,
  "penalties" BIGINT,
  "vision" BIGINT,
  "crossing" BIGINT,
  "free_kick_accuracy" BIGINT,
  "short_passing" BIGINT,
  "long_passing" BIGINT,
  "curve" BIGINT,
  "dribbling" BIGINT,
  "agility" BIGINT,
  "balance" BIGINT,
  "reactions" BIGINT,
  "ball_control" BIGINT,
  "composure" BIGINT,
  "interceptions" BIGINT,
  "heading_accuracy" BIGINT,
  "def_awareness" BIGINT,
  "standing_tackle" BIGINT,
  "sliding_tackle" BIGINT,
  "jumping" BIGINT,
  "stamina" BIGINT,
  "strength" BIGINT,
  "aggression" BIGINT,
  "position" VARCHAR,
  "weak_foot" BIGINT,
  "skill_moves" BIGINT,
  "preferred_foot" VARCHAR,
  "height" VARCHAR,
  "weight" VARCHAR,
  "alternative_positions" VARCHAR,
  "age" BIGINT,
  "nation" VARCHAR,
  "league" VARCHAR,
  "team" VARCHAR,
  "play_style" VARCHAR,
  "url" VARCHAR,
  "gk_diving" DOUBLE,
  "gk_handling" DOUBLE,
  "gk_kicking" DOUBLE,
  "gk_positioning" DOUBLE,
  "gk_reflexes" DOUBLE
);

Female Players

@kaggle.nyagami_ea_sports_fc_25_database_ratings_and_stats.female_players
  • 193.67 KB
  • 1576 rows
  • 58 columns
Loading...

CREATE TABLE female_players (
  "unnamed_0_1" BIGINT,
  "unnamed_0" BIGINT,
  "rank" BIGINT,
  "name" VARCHAR,
  "ovr" BIGINT,
  "pac" BIGINT,
  "sho" BIGINT,
  "pas" BIGINT,
  "dri" BIGINT,
  "def" BIGINT,
  "phy" BIGINT,
  "acceleration" BIGINT,
  "sprint_speed" BIGINT,
  "positioning" BIGINT,
  "finishing" BIGINT,
  "shot_power" BIGINT,
  "long_shots" BIGINT,
  "volleys" BIGINT,
  "penalties" BIGINT,
  "vision" BIGINT,
  "crossing" BIGINT,
  "free_kick_accuracy" BIGINT,
  "short_passing" BIGINT,
  "long_passing" BIGINT,
  "curve" BIGINT,
  "dribbling" BIGINT,
  "agility" BIGINT,
  "balance" BIGINT,
  "reactions" BIGINT,
  "ball_control" BIGINT,
  "composure" BIGINT,
  "interceptions" BIGINT,
  "heading_accuracy" BIGINT,
  "def_awareness" BIGINT,
  "standing_tackle" BIGINT,
  "sliding_tackle" BIGINT,
  "jumping" BIGINT,
  "stamina" BIGINT,
  "strength" BIGINT,
  "aggression" BIGINT,
  "position" VARCHAR,
  "weak_foot" BIGINT,
  "skill_moves" BIGINT,
  "preferred_foot" VARCHAR,
  "height" VARCHAR,
  "weight" VARCHAR,
  "alternative_positions" VARCHAR,
  "age" BIGINT,
  "nation" VARCHAR,
  "league" VARCHAR,
  "team" VARCHAR,
  "play_style" VARCHAR,
  "url" VARCHAR,
  "gk_diving" DOUBLE,
  "gk_handling" DOUBLE,
  "gk_kicking" DOUBLE,
  "gk_positioning" DOUBLE,
  "gk_reflexes" DOUBLE
);

Male Players

@kaggle.nyagami_ea_sports_fc_25_database_ratings_and_stats.male_players
  • 1.48 MB
  • 16161 rows
  • 58 columns
Loading...

CREATE TABLE male_players (
  "unnamed_0_1" BIGINT,
  "unnamed_0" BIGINT,
  "rank" BIGINT,
  "name" VARCHAR,
  "ovr" BIGINT,
  "pac" BIGINT,
  "sho" BIGINT,
  "pas" BIGINT,
  "dri" BIGINT,
  "def" BIGINT,
  "phy" BIGINT,
  "acceleration" BIGINT,
  "sprint_speed" BIGINT,
  "positioning" BIGINT,
  "finishing" BIGINT,
  "shot_power" BIGINT,
  "long_shots" BIGINT,
  "volleys" BIGINT,
  "penalties" BIGINT,
  "vision" BIGINT,
  "crossing" BIGINT,
  "free_kick_accuracy" BIGINT,
  "short_passing" BIGINT,
  "long_passing" BIGINT,
  "curve" BIGINT,
  "dribbling" BIGINT,
  "agility" BIGINT,
  "balance" BIGINT,
  "reactions" BIGINT,
  "ball_control" BIGINT,
  "composure" BIGINT,
  "interceptions" BIGINT,
  "heading_accuracy" BIGINT,
  "def_awareness" BIGINT,
  "standing_tackle" BIGINT,
  "sliding_tackle" BIGINT,
  "jumping" BIGINT,
  "stamina" BIGINT,
  "strength" BIGINT,
  "aggression" BIGINT,
  "position" VARCHAR,
  "weak_foot" BIGINT,
  "skill_moves" BIGINT,
  "preferred_foot" VARCHAR,
  "height" VARCHAR,
  "weight" VARCHAR,
  "alternative_positions" VARCHAR,
  "age" BIGINT,
  "nation" VARCHAR,
  "league" VARCHAR,
  "team" VARCHAR,
  "play_style" VARCHAR,
  "url" VARCHAR,
  "gk_diving" DOUBLE,
  "gk_handling" DOUBLE,
  "gk_kicking" DOUBLE,
  "gk_positioning" DOUBLE,
  "gk_reflexes" DOUBLE
);

Share link

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