nfldb
nfldb copied to clipboard
nfldb-update not pulling down 2016 postseason data
Thanks for looking into this!
nfldb=> select season_type from game where season_year='2016' and season_type='Postseason'; season_type
(0 rows)
nfldb=>
When the regular season transitions to postseason each year, nfl.com changes the URL for the schedule.
If you update your version of nflgame
that should catch you back up to current state.
Thanks for the prompt response. I updated nflgame to version 1.2.20, then ran nfldb-update. It's still not pulling down the 2016 postseason data.
Here are my nfldb and nflgame versions: nfldb (0.2.17) nflgame (1.2.20)
I'm afraid the PyPi versions of nflgame
and nfldb
are falling a bit behind as neither have been updated since September. Unless @BurntSushi releases an update there, you might need to update via github directly.
In order to update via github, so I just download the zip file and unzip it into the existing nflgame directory?
Will the 2016 postseason data be added? What about 2017? I only see 1 game scheduled for 2017. Thanks!