Baselight

Soccer Universe

Football Dataset: Insights, Structure, and Analysis Guide

@kaggle.willianoliveiragibin_soccer_universe

Game Events New
@kaggle.willianoliveiragibin_soccer_universe.game_events_new

  • 12.9 MB
  • 559962 rows
  • 2 columns
game_id_minute_type_club_id_player_id_description_player_in_id

Game Id,minute,type,club Id,player Id,description,player In Id

unnamed_1

Unnamed: 1

2221747,70,Substitutions,52,2125,"",43984
2221747,80,Substitutions,440,23566,"",40679
2221747,86,Substitutions,52,8639,"",42749
2221747,88,Substitutions,440,43822,"",83191
2221760,68,Substitutions,15,61087,"",39102
2221760,77,Substitutions,113,19583,"",120267
2221760,85,Substitutions,113,43441,"",214304
2221760,85,Substitutions,15,6237,"",89708
2222539,49,Goals,60,36182,", Left-footed shot, 1. Goal of the Season",
2222539,65,Goals,39,2923,", Penalty, 1. Goal of the Season",

CREATE TABLE game_events_new (
  "game_id_minute_type_club_id_player_id_description_player_in_id" VARCHAR,
  "unnamed_1" VARCHAR
);

Share link

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