Baselight

Brasileirao 2022 Serie A+B

Dataset for the Brazilian football championship in 2022.

@kaggle.mcarujo_brasileirao_2022_serie_ab

Events Brasileirao Serie B 2022
@kaggle.mcarujo_brasileirao_2022_serie_ab.events_brasileirao_serie_b_2022

  • 84.03 KB
  • 6348 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

11CSAaway22Goal Lourenço Yann Rolim
21Cruzeirohome40Goal Geovane Jesus Filipe Machado
31Cruzeirohome46Substitution Jajá Marquinhos Cipriano
41Cruzeirohome49Yellow card Lucas Oliveira nan
51CSAaway65Substitution Lucas Barcelos Osvaldo
61Cruzeirohome65Substitution Willian Oliveira Pedro Castro
71CSAaway66Substitution Lucas Lourenço Lourenço
81CSAaway69Yellow card Yann Rolim nan
91Cruzeirohome72Yellow card Geovane Jesus nan
101Cruzeirohome74Substitution Leonardo Pais Geovane Jesus

CREATE TABLE events_brasileirao_serie_b_2022 (
  "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
);

Share link

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