FIFA WORLD CUP 2022 Player Stats
Detailed Stats of the All Players Participated in the 2022 FIFA World Cup"
@kaggle.tittobobby_fifa_world_cup_2022_player_stats
Detailed Stats of the All Players Participated in the 2022 FIFA World Cup"
@kaggle.tittobobby_fifa_world_cup_2022_player_stats
CREATE TABLE players_list (
"unnamed_0" BIGINT,
"player" VARCHAR,
"match_played" BIGINT,
"starts" BIGINT,
"minutes_played" BIGINT,
"gls" BIGINT,
"ast" BIGINT,
"shots" BIGINT,
"shots_on_target" BIGINT,
"goals_per_shot" DOUBLE,
"goals_per_shot_on_target" DOUBLE,
"non_penalty_goals" BIGINT,
"penalty_goal" BIGINT,
"crdy" BIGINT,
"crdr" BIGINT,
"pass_comp" DOUBLE,
"pass_attempt" DOUBLE,
"pass_comp_d459f9" DOUBLE,
"tackles_made" DOUBLE,
"successful_tackles" BIGINT,
"blocks" DOUBLE,
"interceptions" BIGINT,
"clearence" DOUBLE,
"err" DOUBLE,
"touches" DOUBLE,
"successful_dribbles" DOUBLE,
"dribbles_attempted" DOUBLE,
"successful_dribbles_b286ef" DOUBLE,
"fouls_commited" BIGINT,
"fouls_drawn" BIGINT,
"offside" BIGINT,
"crosses" BIGINT,
"penalty_kick_won" DOUBLE,
"penalty_kick_conceded" DOUBLE,
"own_goal" BIGINT,
"aerial_duo_won" DOUBLE,
"aerial_duo_lost" DOUBLE,
"pos" VARCHAR,
"age" BIGINT,
"club_country" VARCHAR,
"club" VARCHAR,
"team" VARCHAR
);
Anyone who has the link will be able to view this.