maksimhorowitz / nflscrapR

R Package for Scraping and Aggregating NFL Data
528 stars 138 forks source link

Incorrect player_game data #130

Open bsgreene25 opened 5 years ago

bsgreene25 commented 5 years ago

game.id 2015091311 playerID 00-0032268

pass.att says 16, but should be 15. NFL.com's online box score confirms (http://www.nfl.com/player/marcusmariota/2552466/gamelogs?season=2015).

Further, if you scrape_game_play_by_play for this same game ID and filter on posteam=TEN and play_type=pass you will see 17 records, two of which are sacks (play_id 1072 and 2638). That leaves only 15 pass attempts.