Baselight

FIFA World Cup 2022 Player Data

Comprehensive player data from the FIFA World Cup 2022

@kaggle.swaptr_fifa_world_cup_2022_player_data

Player Misc
@kaggle.swaptr_fifa_world_cup_2022_player_data.player_misc

  • 36.89 KB
  • 680 rows
  • 22 columns
player

Player

position

Position

team

Team

age

Age

birth_year

Birth Year

minutes_90s

Minutes 90s

cards_yellow

Cards Yellow

cards_red

Cards Red

cards_yellow_red

Cards Yellow Red

fouls

Fouls

fouled

Fouled

offsides

Offsides

crosses

Crosses

interceptions

Interceptions

tackles_won

Tackles Won

pens_won

Pens Won

pens_conceded

Pens Conceded

own_goals

Own Goals

ball_recoveries

Ball Recoveries

aerials_won

Aerials Won

aerials_lost

Aerials Lost

aerials_won_pct

Aerials Won Pct

Aaron MooyMFAustralia32-094199041411036352340
Aaron RamseyMFWales31-357199031335192
Abdelhamid SabiriMFMorocco26-0201996212315172250
Abdelkarim HassanDFQatar29-11219933141613113175
Abderrazak HamdallahFWMorocco32-00119900.83241712.5
Abdessamad EzzalzouliFWMorocco21-0012001141241233.3
Abdou DialloDFSenegal26-22819963.73312177653.8
Abdul Fatawu IssahakuFWGhana18-2852004
Abdulaziz HatemMFQatar32-05119902.24111141233.3
Abdulelah Al-AmriDFSaudi Arabia25-33719972233141510471.4

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

Share link

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