SoFifa Data Set
Current SoFiFa Data as of 12 November, 2024
@kaggle.jmacd745_sofifa_data_set
Current SoFiFa Data as of 12 November, 2024
@kaggle.jmacd745_sofifa_data_set
CREATE TABLE all_fifa_players (
"player" VARCHAR,
"position" VARCHAR,
"league" VARCHAR,
"contract_start" DOUBLE,
"contract_end" VARCHAR,
"age" BIGINT,
"overall_score" VARCHAR,
"potential_score" VARCHAR,
"player_id" BIGINT,
"height" VARCHAR,
"weight" VARCHAR,
"preferred_foot" VARCHAR,
"best_overall" BIGINT,
"best_position" VARCHAR,
"growth" BIGINT,
"joined_team" TIMESTAMP,
"loan_end" TIMESTAMP,
"value" VARCHAR,
"wage" VARCHAR,
"release_clause" VARCHAR,
"total_attacking_score" BIGINT,
"crossing" VARCHAR,
"finishing" VARCHAR,
"heading_accuracy" VARCHAR,
"short_passing" VARCHAR,
"volleys" VARCHAR,
"total_skill" BIGINT,
"dribbling" VARCHAR,
"curve" VARCHAR,
"fk_accuracy" VARCHAR,
"long_passing" VARCHAR,
"ball_control" VARCHAR,
"total_movement" BIGINT,
"acceleration" VARCHAR,
"sprint_speed" VARCHAR,
"agility" VARCHAR,
"reactions" VARCHAR,
"balance" VARCHAR,
"total_power" BIGINT,
"shot_power" VARCHAR,
"jumping" VARCHAR,
"stamina" VARCHAR,
"strength" VARCHAR,
"long_shots" VARCHAR,
"total_mentality" BIGINT,
"aggression" VARCHAR,
"interceptions" VARCHAR,
"attack_position" VARCHAR,
"vision" VARCHAR,
"penalties" VARCHAR,
"composure" VARCHAR,
"total_defending" BIGINT,
"defensive_awareness" VARCHAR,
"standing_tackle" VARCHAR,
"sliding_tackle" VARCHAR,
"total_goalkeeping" BIGINT,
"gk_diving" VARCHAR,
"gk_handling" VARCHAR,
"gk_kicking" VARCHAR,
"gk_positioning" VARCHAR,
"gk_reflexes" VARCHAR,
"total_stats" BIGINT,
"base_stats" BIGINT,
"weak_foot" BIGINT,
"skill_moves" BIGINT,
"attacking_work_rate" VARCHAR,
"defensive_work_rate" VARCHAR,
"international_reputation" BIGINT,
"body_type" VARCHAR,
"real_face" VARCHAR,
"pace_diving" BIGINT,
"shooting_handling" BIGINT,
"passing_kicking" BIGINT,
"dribbling_reflexes" BIGINT,
"defending_pace" BIGINT,
"physical_positioning" BIGINT,
"source_file" VARCHAR
);
Anyone who has the link will be able to view this.