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 Defending
@kaggle.batuhandemirci_fifa_2021_team_and_player_dataset.tbl_player_defending

  • 272.75 KB
  • 19002 rows
  • 5 columns
int_defending_id

Int Defending Id

int_player_id

Int Player Id

int_defensive_awareness

Int Defensive Awareness

int_standing_tackle

Int Standing Tackle

int_sliding_tackle

Int Sliding Tackle

11323524
22283224
33271218
44686553
55353029
66354219
77343432
88151916
99384341
1010424238

CREATE TABLE tbl_player_defending (
  "int_defending_id" BIGINT,
  "int_player_id" BIGINT,
  "int_defensive_awareness" BIGINT,
  "int_standing_tackle" BIGINT,
  "int_sliding_tackle" BIGINT
);