-
Notifications
You must be signed in to change notification settings - Fork 150
Description
(I'm referring to the WhoScored data source and not Statsbomb, as mentioned in the notebook 1)
Hello,
• I think it would be fantastic if the "players" file created in notebook 1, instead of only including the number of minutes played, also included the time interval during which the player was on the field, specifying the start and end minute of their match. This would allow the substitution information to be incorporated directly into the file, enabling those who need it to normalize the players' data based only on the minutes they were actually on the field.
• I’m not sure if this is possible within the framework or the data source, but it would be interesting to add a column with the players' date of birth in the file. This would make it easier to filter by age in a scouting function without having to gather data from other sources and then cross-reference it. Obviously, it would also be useful to include other personal data of the players, such as nationality or other relevant information, if possible.