FIFA 2021 Complete Player Dataset
This Data set contains data of the players in FIFA-2021
@kaggle.aayushmishra1512_fifa_2021_complete_player_data
This Data set contains data of the players in FIFA-2021
@kaggle.aayushmishra1512_fifa_2021_complete_player_data
CREATE TABLE fifa_21_complete (
"player_id" BIGINT,
"name" VARCHAR,
"nationality" VARCHAR,
"position" VARCHAR,
"overall" BIGINT,
"age" BIGINT,
"hits" BIGINT,
"potential" BIGINT,
"team" VARCHAR
);
Anyone who has the link will be able to view this.