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
FIFA 2021 Team (17 feature) and Player (56 feature) scraped from the web
@kaggle.batuhandemirci_fifa_2021_team_and_player_dataset
CREATE TABLE teams (
"int_team_id" BIGINT,
"str_team_name" VARCHAR,
"str_league" VARCHAR,
"int_overall" BIGINT,
"int_attack" BIGINT,
"int_midfield" BIGINT,
"int_defence" BIGINT,
"int_international_prestige" BIGINT,
"int_domestic_prestige" BIGINT,
"int_transfer_budget" BIGINT,
"str_defensive_style" VARCHAR,
"int_team_width" BIGINT,
"int_depth" BIGINT,
"str_offensive_style" VARCHAR,
"int_width" BIGINT,
"int_players_in_box" BIGINT,
"int_corners" BIGINT,
"int_freekicks" BIGINT
);
Anyone who has the link will be able to view this.