maksimhorowitz / nflscrapR

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

Passes logged as runs #144

Open TheMathNinja opened 4 years ago

TheMathNinja commented 4 years ago

Game ID 2010091910, Play ID 79 and Game ID 2010100303, Play ID 1126 are both pass plays which are coded as play_type==run and show first down pass on the same play. This may be an error which occurs on more plays than these two; I just filtered for plays that were coded as play_type=="run" and had first_down_pass ==1.