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 Goalkeeping
@kaggle.batuhandemirci_fifa_2021_team_and_player_dataset.tbl_player_goalkeeping

  • 306.92 KB
  • 19002 rows
  • 7 columns
int_goalkeeping_id

Int Goalkeeping Id

int_player_id

Int Player Id

int_diving

Int Diving

int_handling

Int Handling

int_kicking

Int Kicking

int_positioning

Int Positioning

int_reflexes

Int Reflexes

1161115148
22711151411
338792789090
44151351013
5599151511
6615612810
771357116
888688859189
99141491114
1010101015714

CREATE TABLE tbl_player_goalkeeping (
  "int_goalkeeping_id" BIGINT,
  "int_player_id" BIGINT,
  "int_diving" BIGINT,
  "int_handling" BIGINT,
  "int_kicking" BIGINT,
  "int_positioning" BIGINT,
  "int_reflexes" BIGINT
);

Share link

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