Grappling Techniques
Exploring the Art of Grappling: A Comprehensive Dataset of Grappling Techniques
@kaggle.liiucbs_grappling_techniques
Exploring the Art of Grappling: A Comprehensive Dataset of Grappling Techniques
@kaggle.liiucbs_grappling_techniques
Our "Grappling Techniques" dataset is a nice resource for exploring the diverse world of grappling.
We've curated an array of techniques from various martial arts disciplines, including Brazilian Jiu-Jitsu, Judo, Wrestling (in future wuold like to add Sambo and other martials arts in the dataset). Each technique comes with types , position and martials art of reference.
CREATE TABLE grappling_techniques (
"name" VARCHAR,
"type" VARCHAR,
"position" VARCHAR,
"origin" VARCHAR
);Anyone who has the link will be able to view this.