BurntSushi / nfldb

A library to manage and update NFL data in a relational database.
The Unlicense
1.07k stars 263 forks source link

Fix Home|Away Turnovers #287

Open joeycortez42 opened 6 years ago

joeycortez42 commented 6 years ago

Modified version of #197.

Fixed home_turnovers and away_turnovers mapping from timeout mapping. Added command line option to update game turnovers.

Corrects #281.

ochawkeye commented 6 years ago

EDIT: Ahhhh g is an nflgame game, not an nfldb game...my bad

This commit still references g.stats_home and g.stats_away. There are no such named properties for game objects.