Baselight

FIFA 2021 Complete Player Dataset

This Data set contains data of the players in FIFA-2021

@kaggle.aayushmishra1512_fifa_2021_complete_player_data

Fifa 21 Complete
@kaggle.aayushmishra1512_fifa_2021_complete_player_data.fifa_21_complete

  • 479.27 KB
  • 17981 rows
  • 9 columns
player_id

Player Id

name

Name

nationality

Nationality

position

Position

overall

Overall

age

Age

hits

Hits

potential

Potential

team

Team

158023Lionel MessiArgentinaST|CF|RW943329994FC Barcelona
20801Cristiano RonaldoPortugalST|LW933527693Juventus
190871Neymar JrBrazilCAM|LW922818692Paris Saint-Germain
203376Virgil van DijkNetherlandsCB912912792Liverpool
200389Jan OblakSloveniaGK91274793Atlético Madrid
192985Kevin De BruyneBelgiumCM|CAM912911991Manchester City
188545Robert LewandowskiPolandST91318991FC Bayern München
183277Eden HazardBelgiumST|LW91296691Real Madrid
212831AlissonBrazilGK90275391Liverpool
209331Mohamed SalahEgyptST|RW90289490Liverpool

CREATE TABLE fifa_21_complete (
  "player_id" BIGINT,
  "name" VARCHAR,
  "nationality" VARCHAR,
  "position" VARCHAR,
  "overall" BIGINT,
  "age" BIGINT,
  "hits" BIGINT,
  "potential" BIGINT,
  "team" VARCHAR
);

Share link

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