FMRD-Summary Table Description: Goalkeeping category
Categories: Database Development, MCFC Analytics
We conclude our documentation of the FMRD-Summary data tables with descriptions of tables grouped under the Goalkeeping category. This information is also hosted at our GitHub code repository.
Allowed Shots
This table tracks statistical data related to shots faced by a goalkeeper.
Field | Description |
Lineup Player | Player in match lineup |
Inside box shots allowed | Number of shots faced that were taken inside penalty area |
Outside box shots allowed | Number of shots faced that were taken outside penalty area |
Big chances allowed | Number of shots allowed that represented a clear goalscoring chance |
Allowed Goals
This table tracks statistical data related to goals allowed by a goalkeeper.
Field | Description |
Lineup Player | Player in match lineup |
Inside box goals allowed | Number of goals conceded that were taken inside penalty area |
Outside box goals allowed | Number of goals conceded that were taken outside penalty area |
Clean sheets | Number of clean sheets (i.e. matches without a goal conceded) |
Saves
This table tracks statistical data related to saves made by a goalkeeper.
Field | Description |
Lineup Player | Player in match lineup |
Inside box shots saved | Number of saved shots that were taken inside penalty area |
Outside box shots saved | Number of saved shots that were taken outside penalty area |
Penalty shots saved | Number of saved penalty shots |
Actions
This table tracks statistical data related to in-match actions made by a goalkeeper.
Field | Description |
Lineup Player | Player in match lineup |
Number of catches | Number of balls caught and held by goalkeeper |
Number of punches | Number of balls punched away by goalkeeper |
Number of unclaimed crosses | Number of crosses that were not caught or punched by goalkeeper |
Number of successful ball distributions | Number of passes by goalkeeper that are controlled by a teammate |
Number of unsuccessful ball distributions | Number of passes by goalkeeper that are not controlled by a teammate |