Goalkeeper Actions Dataset
Dataset of Multivariate analysis of goalkeeper actions in youth football
@kaggle.saurabhshahane_goalkeeper_actions_dataset
Dataset of Multivariate analysis of goalkeeper actions in youth football
@kaggle.saurabhshahane_goalkeeper_actions_dataset
CREATE TABLE attack (
"teama" BIGINT,
"teamb" BIGINT,
"tsegment" BIGINT,
"t" VARCHAR,
"goalkeeper" BIGINT,
"scorea" BIGINT,
"scoreb" BIGINT,
"period" BIGINT,
"matchstatus" BIGINT,
"obtainingtheball" BIGINT,
"technicalaction" BIGINT,
"movement" BIGINT,
"lenght" BIGINT,
"orientation" BIGINT,
"precision" BIGINT,
"scoringopportunity" BIGINT
);
CREATE TABLE defense (
"teama" BIGINT,
"teamb" BIGINT,
"scorea" BIGINT,
"scoreb" BIGINT,
"matchstatus" BIGINT,
"goalkeeper" BIGINT,
"period" BIGINT,
"tsegment" BIGINT,
"t" VARCHAR,
"typeofattack" BIGINT,
"locationpass" BIGINT,
"bodypartpass" BIGINT,
"playerwhoshoot" BIGINT,
"jump" BIGINT,
"drop" BIGINT,
"movement" BIGINT,
"dive" BIGINT,
"technicalaction" BIGINT,
"zonegkintervention" BIGINT,
"zoneofthgoal" BIGINT,
"fieldzoneshots" BIGINT,
"bodypartshots" BIGINT,
"goal" BIGINT
);
Anyone who has the link will be able to view this.