Baselight

FIFA 23 FUTBIN's Players With Stats

Player Stats, Attributes, Market Values for Ultimate Team Analysis

@kaggle.anasfullstack_fifa23_futbin_players

Loading...
Loading...

About this Dataset

FIFA 23 FUTBIN's Players With Stats

Context:
This dataset has been created to assist gamers, football enthusiasts, and data analysts in discovering valuable insights about the FIFA 23 Ultimate Team (FUT) mode. Ultimate Team is a popular game mode within the FIFA series, where users can build their dream squads by collecting and trading virtual cards representing real-life football players. Player performance in FUT is determined by various statistics and attributes, which are crucial factors when building a competitive team.

Sources:
The dataset is sourced from FUTBIN, a widely recognized website that provides comprehensive information on player cards, including statistics, attributes, market values, and more. FUTBIN constantly updates its data to reflect the latest player ratings and market trends, ensuring the dataset remains relevant and accurate.

Inspiration:
The inspiration behind this dataset is to provide users with a comprehensive and structured collection of player data, enabling them to make informed decisions when constructing their Ultimate Team. By analyzing this dataset, users can:

  • Identify top-performing players based on various attributes, such as pace, shooting, passing, dribbling, defending, and physicality.
  • Discover hidden gems or underrated players with high potential or desirable stats.
  • Evaluate the market value of different players to make cost-effective decisions when buying or selling cards.
  • Analyze team chemistry, player positions, and preferred formations to optimize overall team performance.
  • Create custom analytics tools, visualizations, or predictive models to gain a competitive edge in FIFA 23 Ultimate Team.

Tables

Futbin Players

@kaggle.anasfullstack_fifa23_futbin_players.futbin_players
  • 518.81 KB
  • 20460 rows
  • 17 columns
Loading...

CREATE TABLE futbin_players (
  "name" VARCHAR,
  "rating" BIGINT,
  "position" VARCHAR,
  "version" VARCHAR,
  "price" VARCHAR,
  "skills" BIGINT,
  "weak_foot" BIGINT,
  "work_rate" VARCHAR,
  "pace" BIGINT,
  "shooting" BIGINT,
  "passing" BIGINT,
  "dribbling" BIGINT,
  "defending" BIGINT,
  "physicality" BIGINT,
  "height" VARCHAR,
  "base_stats" BIGINT,
  "in_game_stats" BIGINT
);

Share link

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