Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing plays for game 2014081503 #256

Open
justinledford opened this issue Aug 26, 2017 · 1 comment
Open

Missing plays for game 2014081503 #256

justinledford opened this issue Aug 26, 2017 · 1 comment

Comments

@justinledford
Copy link

This game only has 5 plays, I've tried deleting the game and running nfldb-update again, but still only getting 5 plays. I know the data source can be unreliable sometimes, but wondering if this is a recent issue with the data source since there are no issues mentioning this game here or on nflgame. If this is recent, would anyone have a dump of the plays for this game?

@ochawkeye
Copy link
Contributor

ochawkeye commented Aug 27, 2017

That's all I've got as well.

import nfldb
db = nfldb.connect()
q = nfldb.Query(db)
q.game(gsis_id='2014081503')
for play in q.as_plays():
    print play
(OAK, OPP 5, Q2, 2 and 2) (9:35) D.McFadden left guard to DET 1 for 4 yards (D.Levy).
(OAK, OPP 1, Q2, 1 and 1) (8:52) D.McFadden up the middle to DET 1 for no gain (C.Mosley).
(OAK, OPP 1, Q2, 2 and 1) (8:10) D.McFadden right guard for 1 yard, TOUCHDOWN.
(OAK, OPP 15, Q2) S.Janikowski extra point is GOOD, Center-J.Condo, Holder-M.King.
(UNK, N/A, Final) END GAME

The game does appear in its entirety on nfl.com: http:https://www.nfl.com/gamecenter/2014081503/2014/PRE2/lions@raiders#menu=gameinfo%7CcontentId%3A0ap3000000378647&tab=analyze&recap=quicktake&analyze=playbyplay
[shrug]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants