Skip to content

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

Description

@Adeiko

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions