Skip to content

Player Statistics Models: Touches

Howard Hamilton edited this page Feb 12, 2016 · 2 revisions

This page displays stat summary tables for Touches.

Total Touches

Summary statistics of ball touches made by a player in a match, including dribbles -- attempts to move past an opponent with the ball.

Attribute Type Description
lineup_id Integer Foreign Key (MatchLineups): Player in match lineup
dribble_overruns Integer Number of dribbling attempts where ball rolls away
dribble_success Integer Number of successful dribbles/take-ons past opponent
dribble_failure Integer Number of unsuccessful dribbles/take-ons past opponent
balltouch_success Integer Number of successful ball touches (controlled possession)
balltouch_failure Integer Number of unsuccessful ball touches (lost possession)
possession_loss Integer Number of lost possessions
total Integer Total number of ball touches

Touch Locations

Summary statistics of ball touches in various sectors of the attacking half of the pitch.

Attribute Type Description
lineup_id Integer Foreign Key (MatchLineups): Player in match lineup
final_third Integer Number of touches in opposing final third of pitch
oppbox Integer Number of touches within opposing penalty area
oppsix Integer Number of touches within opposing goal (six-yard) area

Duels

Summary statistics of 50/50 balls.

Attribute Type Description
lineup_id Integer Foreign Key (MatchLineups): Player in match lineup
total_won Integer Total number of 50/50 balls or tackles won
total_lost Integer Total number of 50/50 balls or tackles lost
aerial_won Integer Total number of 50/50 headed balls won
aerial_lost Integer Total number of 50/50 headed balls lost
ground_won Integer Total number of ground challenges won (dribbles/tackles)
ground_lost Integer Total number of ground challenges lost