-
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…
-
There seems to be some inconsistency with how **yards_gained** is calculated on lateral plays. If the total yardage from the play is positive, **yards_gained** has the correct value, however, if the y…
-
At very first thank you very much for your project.
While play-by-play data has a great value, I (and a lot of peoples as it seems) am very interested about roster data.
Actually roster-data finis…
-
Is there a Python wrapper or version for this library?
-
temp %
filter(special_teams_play == 1, season_type == "POST", rush == 1 | pass == 1) %>%
view()
when i use this code , the outcome has 2 lines of S.Gostkowski field goal and extra point
…
-
I noticed that it looks like the `series` field is not resetting when there is a turnover on punt. I provided an example below:
```
library(tidyverse)
pbp_df %
filter(game_id == '2020_01_PIT_…
-
Maybe there is no easy solution for this without making the roster scraper function significantly more robust, but I've been have having issues with the 2020 format for some fields being different tha…
-
Hey NFLfastR team,
Not sure if this has made it on y'all's radar yet, but unless we're doing something wrong, all plays from 2020_10_DEN_LV have both the home team and away team (and off team and d…
-
Hey, I've noticed a variable is still present in the possessionTeam.franchise.currentLogo.url variable.
For instance, the 2020_01_CHI_DET.json file has the following references: `"possessionTeam.fr…
-
The passer_id, rusher_id, and receiver_id items in the play by play data have values such as:
32013030-2d30-3032-3334-35395dc60da5
In the legacy-data, these items have values such as:
00-0023459
…