Guitar Chord Finger Positioning
Indicates fingers on the fretboard to form the basic chords in each major key
@kaggle.joebeachcapital_guitar_chord_finger_positioning
Indicates fingers on the fretboard to form the basic chords in each major key
@kaggle.joebeachcapital_guitar_chord_finger_positioning
Dataset of guitar chords with finger positions on each string and position on the fretboard on the neck of the guitar.
Source: https://data.world/dataremixed/guitar-chord-finger-positioning
CREATE TABLE guitarchords (
"finger_label" DOUBLE,
"capo" DOUBLE,
"chord" VARCHAR,
"finger" VARCHAR,
"fret" VARCHAR,
"guitar_string" BIGINT,
"key" VARCHAR,
"note_order" VARCHAR,
"note" VARCHAR,
"roman_numeral" VARCHAR
);Anyone who has the link will be able to view this.