nflverse / nflfastR

A Set of Functions to Efficiently Scrape NFL Play by Play Data
https://www.nflfastr.com/
Other
425 stars 52 forks source link

"2022_09_LAC_ATL" fixed drive issue #418

Closed ak47twq closed 1 year ago

ak47twq commented 1 year ago
test2<-pbp%>%
  filter(game_id=="2022_09_LAC_ATL",fixed_drive==18|fixed_drive==17)%>%
  select(game_id,posteam,desc,fixed_drive_result,posteam_score,posteam_score_post)%>%
  collect()

last play shows that fixed_drive 18 end with a LAC FG made, but the fixed_drive_result is turnover

espn shows there are 2 LAC drives. https://www.espn.com/nfl/playbyplay/_/gameId/401437820

3rd & 4 at ATL 22
(0:46 - 4th) (Shotgun) A.Ekeler left tackle to ATL 20 for 2 yards (G.Jarrett, R.Evans). FUMBLES (R.Evans), RECOVERED by ATL-T.Graham at ATL 17. T.Graham to ATL 36 for 19 yards. FUMBLES, RECOVERED by LAC-M.Feiler at ATL 43. The Replay Official reviewed the runner was not down by contact ruling, and the play was Upheld. The ruling on the field stands.
1st & 10 at ATL 43
(0:34 - 4th) (Shotgun) J.Herbert pass deep left to J.Palmer to ATL 21 for 22 yards (J.Hawkins).

maybe the fixed_drive 18 should be end with 3rd & 4 at ATL 22 and turnover and pbp should add a fixed_drive 19 for this game.