You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes the NFL's JSON data for team stats reports total turnovers and sometimes it reports "net turnovers" (i.e. fumbles lost only). nfldb's game table is supposed to be taking nflgame ['stats']['team']['trnovr'] but for some reason those are not matching either. The mappings in pull request #197 look right so the I'm not sure where the error occurs.
Turnovers should probably be an aggregate of INTs + Lost fumbles. That way game turnovers can be used to calculate team turnover differential. Individual player fumbles can always be determined on a player level.
The text was updated successfully, but these errors were encountered:
Turnovers in nflgame and nfldb are a mess.
Sometimes the NFL's JSON data for team stats reports total turnovers and sometimes it reports "net turnovers" (i.e. fumbles lost only). nfldb's game table is supposed to be taking nflgame ['stats']['team']['trnovr'] but for some reason those are not matching either. The mappings in pull request #197 look right so the I'm not sure where the error occurs.
Turnovers should probably be an aggregate of INTs + Lost fumbles. That way game turnovers can be used to calculate team turnover differential. Individual player fumbles can always be determined on a player level.
The text was updated successfully, but these errors were encountered: