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 Attacking
@kaggle.batuhandemirci_fifa_2021_team_and_player_dataset.tbl_player_attacking

  • 307.34 KB
  • 19002 rows
  • 7 columns
int_attacking_id

Int Attacking Id

int_player_id

Int Player Id

int_crossing

Int Crossing

int_finishing

Int Finishing

int_heading_accuracy

Int Heading Accuracy

int_short_passing

Int Short Passing

int_volleys

Int Volleys

118595709188
228495908286
331311154313
449482559482
558587628787
667194878589
777891738383
881713194520
997991598479
10107690848575

CREATE TABLE tbl_player_attacking (
  "int_attacking_id" BIGINT,
  "int_player_id" BIGINT,
  "int_crossing" BIGINT,
  "int_finishing" BIGINT,
  "int_heading_accuracy" BIGINT,
  "int_short_passing" BIGINT,
  "int_volleys" BIGINT
);

Share link

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