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_misc (
"player" VARCHAR,
"position" VARCHAR,
"team" VARCHAR,
"age" VARCHAR,
"birth_year" BIGINT,
"minutes_90s" DOUBLE,
"cards_yellow" BIGINT,
"cards_red" BIGINT,
"cards_yellow_red" BIGINT,
"fouls" BIGINT,
"fouled" BIGINT,
"offsides" BIGINT,
"crosses" BIGINT,
"interceptions" BIGINT,
"tackles_won" BIGINT,
"pens_won" DOUBLE,
"pens_conceded" DOUBLE,
"own_goals" BIGINT,
"ball_recoveries" DOUBLE,
"aerials_won" DOUBLE,
"aerials_lost" DOUBLE,
"aerials_won_pct" DOUBLE
);
Anyone who has the link will be able to view this.