Premier League Match Statistics
This dataset contains match statistics from the English Premier League
@kaggle.danishbaariq_data_liga_premiere
This dataset contains match statistics from the English Premier League
@kaggle.danishbaariq_data_liga_premiere
CREATE TABLE fifa_players (
"name" VARCHAR,
"full_name" VARCHAR,
"age" BIGINT,
"height_cm" DOUBLE,
"weight_kgs" DOUBLE,
"positions" VARCHAR,
"nationality" VARCHAR,
"overall_rating" BIGINT,
"potential" BIGINT,
"value_euro" DOUBLE,
"wage_euro" DOUBLE,
"preferred_foot" VARCHAR,
"international_reputation_1_5" BIGINT,
"weak_foot_1_5" BIGINT,
"skill_moves_1_5" BIGINT,
"release_clause_euro" DOUBLE,
"national_team" VARCHAR,
"national_rating" DOUBLE,
"crossing" BIGINT,
"finishing" BIGINT,
"heading_accuracy" BIGINT,
"short_passing" BIGINT,
"volleys" BIGINT,
"dribbling" BIGINT,
"curve" BIGINT,
"freekick_accuracy" BIGINT,
"long_passing" BIGINT,
"ball_control" BIGINT,
"acceleration" BIGINT,
"sprint_speed" BIGINT,
"agility" BIGINT,
"reactions" BIGINT,
"balance" BIGINT,
"shot_power" BIGINT,
"jumping" BIGINT,
"stamina" BIGINT,
"strength" BIGINT,
"long_shots" BIGINT,
"aggression" BIGINT,
"interceptions" BIGINT,
"positioning" BIGINT,
"vision" BIGINT,
"penalties" BIGINT,
"composure" BIGINT,
"marking" BIGINT,
"standing_tackle" BIGINT,
"sliding_tackle" BIGINT,
"unnamed_47" VARCHAR
);
Anyone who has the link will be able to view this.