ADCC Matches Dataset
Information of various ADCC grappling matches
@kaggle.albucathecoder_adcc_matches
Information of various ADCC grappling matches
@kaggle.albucathecoder_adcc_matches
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
);
Anyone who has the link will be able to view this.