Baselight

Grappling Techniques

Exploring the Art of Grappling: A Comprehensive Dataset of Grappling Techniques

@kaggle.liiucbs_grappling_techniques

Grappling Techniques
@kaggle.liiucbs_grappling_techniques.grappling_techniques

  • 4.38 KB
  • 76 rows
  • 4 columns
name

Name

type

Type

position

Position

origin

Origin

Closed GuardGuardDominantBJJ
Open GuardGuardDominantBJJ
Half GuardGuardDefensiveBJJ
Butterfly GuardGuardDominantBJJ
Full MountMountDominantBJJ
S-MountMountDominantBJJ
Back MountMountDominantBJJ
Side ControlControlDominantBJJ
Knee on BellyMountDominantBJJ
North-South PositionControlDominantBJJ

CREATE TABLE grappling_techniques (
  "name" VARCHAR,
  "type" VARCHAR,
  "position" VARCHAR,
  "origin" VARCHAR
);