FIFA 22 Player Ratings Dataset
This dataset has officially announced player ratings of FIFA 22 game.
@kaggle.tolgakurtulus_fifa_22_confirmed_players_dataset
This dataset has officially announced player ratings of FIFA 22 game.
@kaggle.tolgakurtulus_fifa_22_confirmed_players_dataset
CREATE TABLE fifa22_playercards (
"playername" VARCHAR,
"foot" VARCHAR,
"position" VARCHAR,
"awr" VARCHAR,
"dwr" VARCHAR,
"ovr" BIGINT,
"pac" DOUBLE,
"sho" DOUBLE,
"pas" DOUBLE,
"dri" DOUBLE,
"def" DOUBLE,
"phy" DOUBLE,
"sm" BIGINT,
"div" DOUBLE,
"pos" DOUBLE,
"han" DOUBLE,
"ref" DOUBLE,
"kic" DOUBLE,
"spd" DOUBLE
);
Anyone who has the link will be able to view this.