Baselight

Football Players Data

FIFA Football Players Dataset of 17000 Players From sofifa.com

@kaggle.maso0dahmed_football_players_data

Loading...
Loading...

About this Dataset

Football Players Data

Description:

This comprehensive dataset offers detailed information on approximately 17,000 FIFA football players, meticulously scraped from SoFIFA.com.

It encompasses a wide array of player-specific data points, including but not limited to player names, nationalities, clubs, player ratings, potential, positions, ages, and various skill attributes. This dataset is ideal for football enthusiasts, data analysts, and researchers seeking to conduct in-depth analysis, statistical studies, or machine learning projects related to football players' performance, characteristics, and career progressions.

Features:

  • name: Name of the player.
  • full_name: Full name of the player.
  • birth_date: Date of birth of the player.
  • age: Age of the player.
  • height_cm: Player's height in centimeters.
  • weight_kgs: Player's weight in kilograms.
  • positions: Positions the player can play.
  • nationality: Player's nationality.
  • overall_rating: Overall rating of the player in FIFA.
  • potential: Potential rating of the player in FIFA.
  • value_euro: Market value of the player in euros.
  • wage_euro: Weekly wage of the player in euros.
  • preferred_foot: Player's preferred foot.
  • international_reputation(1-5): International reputation rating from 1 to 5.
  • weak_foot(1-5): Rating of the player's weaker foot from 1 to 5.
  • skill_moves(1-5): Skill moves rating from 1 to 5.
  • body_type: Player's body type.
  • release_clause_euro: Release clause of the player in euros.
  • national_team: National team of the player.
  • national_rating: Rating in the national team.
  • national_team_position: Position in the national team.
  • national_jersey_number: Jersey number in the national team.
  • crossing: Rating for crossing ability.
  • finishing: Rating for finishing ability.
  • heading_accuracy: Rating for heading accuracy.
  • short_passing: Rating for short passing ability.
  • volleys: Rating for volleys.
  • dribbling: Rating for dribbling.
  • curve: Rating for curve shots.
  • freekick_accuracy: Rating for free kick accuracy.
  • long_passing: Rating for long passing.
  • ball_control: Rating for ball control.
  • acceleration: Rating for acceleration.
  • sprint_speed: Rating for sprint speed.
  • agility: Rating for agility.
  • reactions: Rating for reactions.
  • balance: Rating for balance.
  • shot_power: Rating for shot power.
  • jumping: Rating for jumping.
  • stamina: Rating for stamina.
  • strength: Rating for strength.
  • long_shots: Rating for long shots.
  • aggression: Rating for aggression.
  • interceptions: Rating for interceptions.
  • positioning: Rating for positioning.
  • vision: Rating for vision.
  • penalties: Rating for penalties.
  • composure: Rating for composure.
  • marking: Rating for marking.
  • standing_tackle: Rating for standing tackle.
  • sliding_tackle: Rating for sliding tackle.

Use Case:

This dataset is ideal for data analysis, predictive modeling, and machine learning projects. It can be used for:

  • Player performance analysis and comparison.
  • Market value assessment and wage prediction.
  • Team composition and strategy planning.
  • Machine learning models to predict future player potential and career trajectories.

Note:

Please ensure to adhere to the terms of service of SoFIFA.com and relevant data protection laws when using this dataset. The dataset is intended for educational and research purposes only and should not be used for commercial gains without proper authorization.

Tables

Fifa Players

@kaggle.maso0dahmed_football_players_data.fifa_players
  • 1.24 MB
  • 17954 rows
  • 51 columns
Loading...

CREATE TABLE fifa_players (
  "name" VARCHAR,
  "full_name" VARCHAR,
  "birth_date" TIMESTAMP,
  "age" BIGINT,
  "height_cm" DOUBLE,
  "weight_kgs" DOUBLE,
  "positions" VARCHAR,
  "nationality" VARCHAR,
  "overall_rating" BIGINT,
  "potential" BIGINT,
  "value_euro" DOUBLE,
  "wage_euro" DOUBLE,
  "preferred_foot" VARCHAR,
  "international_reputation_1_5" BIGINT,
  "weak_foot_1_5" BIGINT,
  "skill_moves_1_5" BIGINT,
  "body_type" VARCHAR,
  "release_clause_euro" DOUBLE,
  "national_team" VARCHAR,
  "national_rating" DOUBLE,
  "national_team_position" VARCHAR,
  "national_jersey_number" DOUBLE,
  "crossing" BIGINT,
  "finishing" BIGINT,
  "heading_accuracy" BIGINT,
  "short_passing" BIGINT,
  "volleys" BIGINT,
  "dribbling" BIGINT,
  "curve" BIGINT,
  "freekick_accuracy" BIGINT,
  "long_passing" BIGINT,
  "ball_control" BIGINT,
  "acceleration" BIGINT,
  "sprint_speed" BIGINT,
  "agility" BIGINT,
  "reactions" BIGINT,
  "balance" BIGINT,
  "shot_power" BIGINT,
  "jumping" BIGINT,
  "stamina" BIGINT,
  "strength" BIGINT,
  "long_shots" BIGINT,
  "aggression" BIGINT,
  "interceptions" BIGINT,
  "positioning" BIGINT,
  "vision" BIGINT,
  "penalties" BIGINT,
  "composure" BIGINT,
  "marking" BIGINT,
  "standing_tackle" BIGINT,
  "sliding_tackle" BIGINT
);

Share link

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