Baselight

ADCC Matches Dataset

Information of various ADCC grappling matches

@kaggle.albucathecoder_adcc_matches

Adcc Matches
@kaggle.albucathecoder_adcc_matches.adcc_matches

  • 26.49 KB
  • 1028 rows
  • 13 columns
victory_method

Victory Method

submission

Submission

winner_points

Winner Points

loser_points

Loser Points

female

Female

year

Year

absolute

Absolute

weight_class

Weight Class

importance

Importance

total_points

Total Points

submission_target

Submission Target

winner_name

Winner Name

loser_name

Loser Name

DECISIONnan-1-12011112nanMurilo SantanaVinicius Magalhaes
SUBMISSIONKimura-1-1202232ArmNicholas MeregaliHenrique Cardoso
DECISIONnan-1-12022312nanNicholas MeregaliYuri Simoes
POINTSnan202233nanNicholas MeregaliRafael Lovato Jr
POINTSnan622022118nanNicholas MeregaliGiancarlo Bodoni
DECISIONnan-1-12022122nanNicholas MeregaliTye Ruotolo
DECISIONnan-1-1201942nanNick RodriguezMahamed Aly
POINTSnan201941nanNick RodriguezOrlando Sanchez
DECISIONnan-1-12019422nanNick RodriguezRoberto Abreu
POINTSnan32022423nanNick RodriguezFelipe Pena

CREATE TABLE adcc_matches (
  "victory_method" VARCHAR,
  "submission" VARCHAR,
  "winner_points" BIGINT,
  "loser_points" BIGINT,
  "female" BIGINT,
  "year" BIGINT,
  "absolute" BIGINT,
  "weight_class" DOUBLE,
  "importance" BIGINT,
  "total_points" BIGINT,
  "submission_target" VARCHAR,
  "winner_name" VARCHAR,
  "loser_name" VARCHAR
);

Share link

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