FIFA 21 Players & Teams FULL Database / UPD 09.21
FIFA 21 complete dataset — 19020 players and 732 teams
@kaggle.cashncarry_fifa_21_players_teams_full_database
FIFA 21 complete dataset — 19020 players and 732 teams
@kaggle.cashncarry_fifa_21_players_teams_full_database
CREATE TABLE players_fifa21 (
"id" BIGINT,
"name" VARCHAR,
"fullname" VARCHAR,
"age" BIGINT,
"height" BIGINT,
"weight" BIGINT,
"photourl" VARCHAR,
"nationality" VARCHAR,
"overall" BIGINT,
"potential" BIGINT,
"growth" BIGINT,
"totalstats" BIGINT,
"basestats" BIGINT,
"positions" VARCHAR,
"bestposition" VARCHAR,
"club" VARCHAR,
"valueeur" BIGINT,
"wageeur" BIGINT,
"releaseclause" BIGINT,
"clubposition" VARCHAR,
"contractuntil" DOUBLE,
"clubnumber" DOUBLE,
"clubjoined" BIGINT,
"onload" BOOLEAN,
"nationalteam" VARCHAR,
"nationalposition" VARCHAR,
"nationalnumber" DOUBLE,
"preferredfoot" VARCHAR,
"intreputation" BIGINT,
"weakfoot" BIGINT,
"skillmoves" BIGINT,
"attackingworkrate" VARCHAR,
"defensiveworkrate" VARCHAR,
"pacetotal" BIGINT,
"shootingtotal" BIGINT,
"passingtotal" BIGINT,
"dribblingtotal" BIGINT,
"defendingtotal" BIGINT,
"physicalitytotal" BIGINT,
"crossing" BIGINT,
"finishing" BIGINT,
"headingaccuracy" BIGINT,
"shortpassing" BIGINT,
"volleys" BIGINT,
"dribbling" BIGINT,
"curve" BIGINT,
"fkaccuracy" BIGINT,
"longpassing" BIGINT,
"ballcontrol" BIGINT,
"acceleration" BIGINT,
"sprintspeed" BIGINT,
"agility" BIGINT,
"reactions" BIGINT,
"balance" BIGINT,
"shotpower" BIGINT,
"jumping" BIGINT,
"stamina" BIGINT,
"strength" BIGINT,
"longshots" BIGINT,
"aggression" BIGINT,
"interceptions" BIGINT,
"positioning" BIGINT,
"vision" BIGINT,
"penalties" BIGINT,
"composure" BIGINT,
"marking" BIGINT,
"standingtackle" BIGINT,
"slidingtackle" BIGINT,
"gkdiving" BIGINT,
"gkhandling" BIGINT,
"gkkicking" BIGINT,
"gkpositioning" BIGINT,
"gkreflexes" BIGINT,
"strating" BIGINT,
"lwrating" BIGINT,
"lfrating" BIGINT,
"cfrating" BIGINT,
"rfrating" BIGINT,
"rwrating" BIGINT,
"camrating" BIGINT,
"lmrating" BIGINT,
"cmrating" BIGINT,
"rmrating" BIGINT,
"lwbrating" BIGINT,
"cdmrating" BIGINT,
"rwbrating" BIGINT,
"lbrating" BIGINT,
"cbrating" BIGINT,
"rbrating" BIGINT,
"gkrating" BIGINT
);
Anyone who has the link will be able to view this.