ak47twq

Results 4 issues of 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() ``` ![Image](https://github.com/user-attachments/assets/f5beb5c9-824c-460a-8858-934ff6f78e1c) while in ESPN play_by_play ``` https://www.espn.com/nfl/playbyplay/_/gameId/401671880 ``` ![Image](https://github.com/user-attachments/assets/d5c8732f-bb8d-48c0-96cd-8c738ac5280d) 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...