Baselight

South America Football Season 2023

Database for South America football leagues during the 2022/23 season.

@kaggle.mcarujo_south_america_football_season_2023

Events Conmebol Sudamericana 23
@kaggle.mcarujo_south_america_football_season_2023.events_conmebol_sudamericana_23

  • 45.31 KB
  • 2183 rows
  • 8 columns
event_id

Event Id

match_id

Match Id

team

Team

event_team

Event Team

event_time

Event Time

event_type

Event Type

action_player_1

Action Player 1

action_player_2

Action Player 2

11ÑublenseHome34substitutionMatías SepúlvedaGonzalo Ríos
21ÑublenseHome45yellow-cardMatías Sepúlvedanan
31ÑublenseAway50goalBayron OyarzoManuel Rivera
41ÑublenseAway59yellow-cardRafael Carocanan
51ÑublenseAway63substitutionPatricio RubioAlex Valdés
61ÑublenseHome64substitutionAlessandro RiepFernando Juárez
71ÑublenseAway70substitutionRaimundo RebolledoJovany Campusano
81ÑublenseAway70substitutionPablo AránguizIsmael Sosa
91ÑublenseAway73yellow-cardPatricio Rubionan
101ÑublenseHome79substitutionGonzalo ÁlvarezMichael Fuentes

CREATE TABLE events_conmebol_sudamericana_23 (
  "event_id" BIGINT,
  "match_id" BIGINT,
  "team" VARCHAR,
  "event_team" VARCHAR,
  "event_time" BIGINT,
  "event_type" VARCHAR,
  "action_player_1" VARCHAR,
  "action_player_2" VARCHAR
);