Baselight

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

Loading...
Loading...

About this Dataset

FIFA WORLD CUP 2022 Player Stats

The "FIFA WORLD CUP 2022 Player Stats" dataset contains detailed performance statistics of the top players who participated in the 2022 FIFA World Cup.

  • The dataset includes information such as player names, match statistics, goals, assists, shots, passes, tackles, dribbles, and fouls.
  • Additionally, it includes data on player age, club country, club, and team.
  • The dataset contains a details of each player in various categories, such as passes completed, tackles made, successful dribbles, and aerial duels won or lost.
    The data in this dataset provides valuable insights into the performance of the top players in the 2022 FIFA World Cup, making it a valuable resource for sports analysis and research.

Tables

Players List

@kaggle.tittobobby_fifa_world_cup_2022_player_stats.players_list
  • 67.06 KB
  • 680 rows
  • 42 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.