-
Notifications
You must be signed in to change notification settings - Fork 869
Description
Hello there,
I am a big fan of your dataset and your work, and while analysing the data, I could not help to notice an invalid attribute in your data.
I have discovered it while doing a python script to get locations of goalkeeper events. There are some goalkeeper instances that do not have a location attribute, such as in a "shot save".
There is a quick example on match "68331.json" event "f337d0b1-540b-4697-bed6-17e22e3c24f6". The goalkeeper does a "shot save" but I get a "Not a number" in my pandas dataframe.
I believe this is an invalid value because it implies that the goalkeeper is somewhere in the pitch. This is an important issue because it has an high relevancy to the expected goal of a shot.
Is this something that you can correct?
Many thanks in advance