dynastyprocess / data

An open-data fantasy football repository, maintained by DynastyProcess.com
https://dynastyprocess.com
GNU General Public License v3.0
73 stars 19 forks source link

gsis_id 00-0029435 misattributed (Damari/Dennis Johnson) #42

Open Adeiko opened 1 year ago

Adeiko commented 1 year ago

In the FF player Ids, the 00-0029435 seems duplicated, and is missatributed.

load_ff_playerids() %>% filter(gsis_id == "00-0029435") %>% select(name,gsis_id) name gsis_id

1 Dennis Johnson 00-0029435 2 Dennis Johnson 00-0029435

You can see here how it shows twice. But when you look for example at 2014 week 1 game for Houston, you can see how they atribute this to D.Johnson.

load_pbp(2014) %>% filter(game_id=="2014_01_WAS_HOU",play_id==83) %>% select(receiver,receiver_id) receiver receiver_id

1 D.Johnson 00-0029435

Looking at PFR you can see how all teh targets where to Damaris Johnson, not Dennis https://www.pro-football-reference.com/boxscores/201409070htx.htm image