Baselight

FIFA 22 - Ultimate Team Dataset

FUT 22 Ultimate team dataset. Last Update 14.10.2021

@kaggle.baranb_fut_22_ultimate_team_dataset

Loading...
Loading...

About this Dataset

FIFA 22 - Ultimate Team Dataset

Context

FIFA 22 video game was released on October 1, 2021. This dataset includes all players over 75 overall (over gold players) as of 14.10.2021. It will provide a dataset of all players, updated frequently over time.

Content

The file contains 2340 players with 17 different attributes gathered. (Updated frequently over time!)

Included in the dataset:

Team of the Week 4 (TOTW 4)
Ones to Watch Team 2 (OTW 2)
Team of the Week 3 (TOTW 3)
Ones to Watch Team 1 (OTW 1)
Team of the Week 2 (TOTW 2)
Team of the Week 1 (TOTW 1)
All the Icons, FUT Heroes, Player of the Month (POTM) and other specials in the game

Acknowledgements

Data is scraped from the publicly available https://futbin.com web site.

Inspiration

Collecting data of all players in FIFA 22 ultimate team. Present it publicly in an understandable and usable structure.

Tables

Fut22players

@kaggle.baranb_fut_22_ultimate_team_dataset.fut22players
  • 101.68 KB
  • 2363 rows
  • 17 columns
Loading...

CREATE TABLE fut22players (
  "player_image" VARCHAR,
  "player_name" VARCHAR,
  "overall" BIGINT,
  "position" VARCHAR,
  "club" VARCHAR,
  "club_image" VARCHAR,
  "league" VARCHAR,
  "league_image" VARCHAR,
  "nationality" VARCHAR,
  "nationality_image" VARCHAR,
  "revision" VARCHAR,
  "pace" BIGINT,
  "shooting" BIGINT,
  "passing" BIGINT,
  "dribbling" BIGINT,
  "defending" BIGINT,
  "physicality" BIGINT
);

Share link

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