FIFA World Cup 2022 Player Data
Comprehensive player data from the FIFA World Cup 2022
@kaggle.swaptr_fifa_world_cup_2022_player_data
Comprehensive player data from the FIFA World Cup 2022
@kaggle.swaptr_fifa_world_cup_2022_player_data
CREATE TABLE player_defense (
"player" VARCHAR,
"position" VARCHAR,
"team" VARCHAR,
"age" VARCHAR,
"birth_year" BIGINT,
"minutes_90s" DOUBLE,
"tackles" DOUBLE,
"tackles_won" BIGINT,
"tackles_def_3rd" DOUBLE,
"tackles_mid_3rd" DOUBLE,
"tackles_att_3rd" DOUBLE,
"dribble_tackles" DOUBLE,
"dribbles_vs" DOUBLE,
"dribble_tackles_pct" DOUBLE,
"dribbled_past" DOUBLE,
"blocks" DOUBLE,
"blocked_shots" DOUBLE,
"blocked_passes" DOUBLE,
"interceptions" BIGINT,
"tackles_interceptions" DOUBLE,
"clearances" DOUBLE,
"errors" DOUBLE
);
Anyone who has the link will be able to view this.