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 players (
"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,
"int_team_id" DOUBLE,
"str_nationality" VARCHAR,
"int_crossing" BIGINT,
"int_finishing" BIGINT,
"int_heading_accuracy" BIGINT,
"int_short_passing" BIGINT,
"int_volleys" BIGINT,
"int_defensive_awareness" BIGINT,
"int_standing_tackle" BIGINT,
"int_sliding_tackle" BIGINT,
"int_diving" BIGINT,
"int_handling" BIGINT,
"int_kicking" BIGINT,
"int_gk_positioning" BIGINT,
"int_reflexes" BIGINT,
"int_aggression" BIGINT,
"int_interceptions" BIGINT,
"int_positioning" BIGINT,
"int_vision" BIGINT,
"int_penalties" BIGINT,
"int_composure" BIGINT,
"int_acceleration" BIGINT,
"int_sprint_speed" BIGINT,
"int_agility" BIGINT,
"int_reactions" BIGINT,
"int_balance" BIGINT,
"int_shot_power" BIGINT,
"int_jumping" BIGINT,
"int_stamina" BIGINT,
"int_strength" BIGINT,
"int_long_shots" BIGINT,
"str_preferred_foot" VARCHAR,
"int_weak_foot" BIGINT,
"int_skill_moves" BIGINT,
"int_international_reputations" BIGINT,
"str_work_rate" VARCHAR,
"str_body_type" VARCHAR,
"int_dribbling" BIGINT,
"int_curve" BIGINT,
"int_fk_accuracy" BIGINT,
"int_long_passing" BIGINT,
"int_ball_control" BIGINT,
"str_player_speciality" VARCHAR,
"str_trait" VARCHAR
);
Anyone who has the link will be able to view this.