Baselight

FIFA World Cup Qatar 2022

Positional data for player events from round 16 to the final

@kaggle.ahmedtarek26_fifa_world_cup_qatar_2022

Arg Aus Round16
@kaggle.ahmedtarek26_fifa_world_cup_qatar_2022.arg_aus_round16

  • 5.74 KB
  • 15 rows
  • 8 columns
team

Team

player

Player

event

Event

type

Type

x

X

y

Y

x2

X2

y2

Y2

ARGL.MessiCrossnan94849652
AUSH.SouttarPassnan95528165
ARGPapu GomezPassnan80659286
ARGL.MessiPassnan88837958
ARGN.OtamendiPassAssist79578855
ARGL.MessiShotGoal88539939
ARGJ.AlvarezShotGoal92629940
AUSGoodwinShotnan19711262
ARGE.FernandezShotGoal1161139
ARGL.MartinezShotnan90699928

CREATE TABLE arg_aus_round16 (
  "team" VARCHAR,
  "player" VARCHAR,
  "event" VARCHAR,
  "type" VARCHAR,
  "x" BIGINT,
  "y" BIGINT,
  "x2" BIGINT,
  "y2" BIGINT
);

Share link

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