Baselight

European Soccer Database Supplementary

Data Supplementary to "European Soccer Database"

@kaggle.jiezi2004_soccer

Positionreference
@kaggle.jiezi2004_soccer.positionreference

  • 4.16 KB
  • 99 rows
  • 5 columns
player_pos_x

Player Pos X

player_pos_y

Player Pos Y

role_x

Role X

role_y

Role Y

role_xy

Role Xy

11LEFTGKGK
12LEFTBKLB
13LEFTBKLB
14LEFTBKLWB
15LEFTMFLM
16LEFTMFLM
17LEFTMFLM
18LEFTMFLM
19LEFTFWLW
110LEFTFWLW

CREATE TABLE positionreference (
  "player_pos_x" BIGINT,
  "player_pos_y" BIGINT,
  "role_x" VARCHAR,
  "role_y" VARCHAR,
  "role_xy" VARCHAR
);

Share link

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