Baselight

FIFA 2021 Team And Player Dataset

FIFA 2021 Team (17 feature) and Player (56 feature) scraped from the web

@kaggle.batuhandemirci_fifa_2021_team_and_player_dataset

Tbl Player
@kaggle.batuhandemirci_fifa_2021_team_and_player_dataset.tbl_player

  • 880.38 KB
  • 19002 rows
  • 15 columns
int_player_id

Int Player Id

str_player_name

Str Player Name

str_positions

Str Positions

dt_date_of_birth

Dt Date Of Birth

int_height

Int Height

int_weight

Int Weight

int_overall_rating

Int Overall Rating

int_potential_rating

Int Potential Rating

str_best_position

Str Best Position

int_best_overall_rating

Int Best Overall Rating

int_value

Int Value

int_wage

Int Wage

str_player_image_url

Str Player Image Url

int_team_id

Int Team Id

str_nationality

Str Nationality

1Lionel Andrés Messi CuccittiniRW, ST, CFWed Jun 24 1987 00:00:00 GMT+0000 (Coordinated Universal Time)170729393RW93103500000560000https://cdn.sofifa.com/players/158/023/21_120.png5Argentina
2Cristiano Ronaldo dos Santos AveiroST, LWTue Feb 05 1985 00:00:00 GMT+0000 (Coordinated Universal Time)187839292ST9263000000220000https://cdn.sofifa.com/players/020/801/21_120.png6Portugal
3Jan OblakGKThu Jan 07 1993 00:00:00 GMT+0000 (Coordinated Universal Time)188879193GK91120000000125000https://cdn.sofifa.com/players/200/389/21_120.png8Slovenia
4Kevin De BruyneCAM, CMFri Jun 28 1991 00:00:00 GMT+0000 (Coordinated Universal Time)181709191CAM91129000000370000https://cdn.sofifa.com/players/192/985/21_120.png2Belgium
5Neymar da Silva Santos JúniorLW, CAMWed Feb 05 1992 00:00:00 GMT+0000 (Coordinated Universal Time)175689191LW91132000000270000https://cdn.sofifa.com/players/190/871/21_120.png7Brazil
6Robert LewandowskiSTSun Aug 21 1988 00:00:00 GMT+0000 (Coordinated Universal Time)184809191ST91111000000240000https://cdn.sofifa.com/players/188/545/21_120.png4Poland
7Kylian Mbappé LottinST, LW, RWSun Dec 20 1998 00:00:00 GMT+0000 (Coordinated Universal Time)178739095ST91185500000160000https://cdn.sofifa.com/players/231/747/21_120.png7France
8Alisson Ramsés BeckerGKFri Oct 02 1992 00:00:00 GMT+0000 (Coordinated Universal Time)191919091GK90102000000160000https://cdn.sofifa.com/players/212/831/21_120.png1Brazil
9Mohamed Salah GhalyRWMon Jun 15 1992 00:00:00 GMT+0000 (Coordinated Universal Time)175719090RW90120500000250000https://cdn.sofifa.com/players/209/331/21_120.png1Egypt
10Sadio ManéLWFri Apr 10 1992 00:00:00 GMT+0000 (Coordinated Universal Time)175699090LW90120500000250000https://cdn.sofifa.com/players/208/722/21_120.png1Senegal

CREATE TABLE tbl_player (
  "int_player_id" BIGINT,
  "str_player_name" VARCHAR,
  "str_positions" VARCHAR,
  "dt_date_of_birth" TIMESTAMP,
  "int_height" BIGINT,
  "int_weight" BIGINT,
  "int_overall_rating" BIGINT,
  "int_potential_rating" BIGINT,
  "str_best_position" VARCHAR,
  "int_best_overall_rating" BIGINT,
  "int_value" BIGINT,
  "int_wage" BIGINT,
  "str_player_image_url" VARCHAR,
  "int_team_id" DOUBLE,
  "str_nationality" VARCHAR
);

Share link

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