ak47twq
ak47twq
I compared the diff of two plays' home_wp_post and WPA in the database. Is WPA suppose to be the diff of two plays' home_wp_post? Most numbers check out, but some...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Have you installed the latest development version of the package(s) in question? -...
``` test% filter(game_id=="2024_19_GB_PHI") %>% select(play_id,play_type,desc,fixed_drive,fixed_drive_result) %>% collect() ```  while in ESPN play_by_play ``` https://www.espn.com/nfl/playbyplay/_/gameId/401671880 ```  I think the 1st drive which result was FUMBLE is missing in PBP...
I compared the diff of two plays' home_wp_post and WPA in the database. Is WPA suppose to be the diff of two plays' home_wp_post? Most numbers check out, but some...