-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Safety Points go to DAL not JAX in 2014_10_DAL_JAX #209
Comments
The link for the ESPN page is https://www.espn.com/nfl/game?gameId=400554358 |
This is weird as we had fixed all score problems in #154. This must be introduced with the latest posteam changes. |
Whoa does this mean that team designations had been fixed at one point for fumble recoverer, interceptor, sacker, etc. in the JAX games from 2011-2015? Or is that a separate issue? Because I have been treating this issue as intractable in my code for the last year. |
Last one from what I can tell: pbp %>% filter(game_id == '2013_01_KC_JAX', between(play_id, 230, 330)) %>% select(home_team, away_team, posteam, desc, ep, epa, total_home_score, total_away_score) %>% View |
Looks like a bunch of Jags games being messed up |
I have attached a screenshot of the output from the code below and of the game as its shown on ESPN. The safety shown in line 3 of the output adds two points to DAL when the text description and other sources say that JAX got the safety.
The text was updated successfully, but these errors were encountered: