andr3w321
andr3w321
For each player you could find all their plays that match the season year of their first play in the db.
This looks like a bug with this game only. It's a preseason game and one of the first games entered into nfldb. The week is listed as 0 which is...
These are both known and open issues. The most critical one is 194 which after you apply the hack should update just fine skipping over the player with multiple names....
I think I had this issue when first updating the db to add the LA rams, but it's no longer a problem for me. ``` nfldb=> select season_year,season_type,week,away_team,home_team from game...
It will be slower to query but if it you just want a quick and easy solution you can create a db and user with cpanel on a host provider...
I can't seem to find the xml URLs for week 9 or NFL stopped posting them? Anyone have a clue? Week 8 urls work fine http://www.nflgsis.com/2016/Reg/08/57020/Gamebook.xml However even the Thursday...
Not that I'm aware of. It's clearly affecting a lot of people's code though. Even football outsiders is reporting technical difficulties this week which I believe are due to this...
I still don't see any xml gamebooks for week 10. All the new pdfs are posted like last week though. http://www.nflgsis.com/2016/Reg/10/57035/Gamebook.xml http://www.nflgsis.com/2016/Reg/10/57035/Gamebook.pdf
Any news Todd? It would be nice to know if they stopped posting on purpose or if it's a temporary bug that may one day be fixed.
Here's a recursive function to get longer time frame weekly data and fit it by finding an average multiplier factor over the last year of weekly data. ``` from pytrends.request...