Skip to content

Player Statistics Models: Set Pieces

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

This page displays stat summary tables for Set-Pieces.

FreeKicks

This table contains summary statistical data related to direct free kicks in a match.

Attribute Type Description
lineup_id Integer Foreign Key (MatchLineups): Player in match lineup
ontarget Integer Number of direct free kicks that entered the goal face
offtarget Integer Number of direct free kicks that did not enter the goal face

Throwins

This table tracks statistical data related to throw-ins taken in a match.

Attribute Type Description
lineup_id Integer Foreign Key (MatchLineups): Player in match lineup
to_teamplayer Integer Number of throw-ins controlled by a teammate
to_oppplayer Integer Number of throw-ins controlled by an opposing player

Corners

This table contains summary statistical data related to corner kicks taken in a match.

Attribute Type Description
lineup_id Integer Foreign Key (MatchLineups): Player in match lineup
total Integer Total number of corners taken by player in match
short Integer Total number of corners that travel a short distance
penbox_success Integer Corners into penalty area that reach a teammate
penbox_failure Integer Corners into penalty area that miss a teammate
left_success Integer Successful corners from left side of pitch (relative to own goal)
left_failure Integer Unsuccessful corners from left side of pitch
right_success Integer Successful corners from right side of pitch (relative to own goal)
right_failure Integer Unsuccessful corners from right side of pitch

ImportantPlays

This table is admittedly arbitrary in nature. It records events viewed in the opinion of the data collector to be an "important play". Such a play could be one that has a direct impact in the match, but it can also be a play that meets a key performance indicator as described in the team's game plan.

Attribute Type Description
lineup_id Integer Foreign Key (MatchLineups): Player in match lineup
corners Integer Number of corners taken deemed to have impact in match
freekicks Integer Number of free kicks taken deemed to have impact in match
throwins Integer Number of throw-ins taken deemed to have impact in match
goalkicks Integer Number of goal kicks taken deemed to have impact in match