open-data
open-data copied to clipboard
Details of pass id 6a793934-d6d0-4e0e-a09c-7c0a69f67a0f appears incorrect
Event id "6a793934-d6d0-4e0e-a09c-7c0a69f67a0f" appears to encodes the corner taken in this video: https://youtu.be/rT1pTkBGcUU?t=3328 at YouTube timestamp 55:28 and match timestamp 53:57.
The footage does not show the corner taking place as it is taken during a broadcast replay.
However, the location encoded is [115.0, 45.0] which does not represent a location near enough to the corner point. The corner in the footage is seemingly taken by Iniesta, but the pass is attributed to Xavi.
Reproducible in Python:
from statsbombpy import sb
df = sb.events(69289)
df[df['id']=='6a793934-d6d0-4e0e-a09c-7c0a69f67a0f'][['id', 'minute', 'second', 'pass_type', 'player', 'location', 'pass_end_location']]