-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Labels
Offseason to-doSomething to add when season is overSomething to add when season is over
Milestone
Description
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe.
Without an nflverse game_id in the stats_player_week csvs I'm downloading, I have to do some extra work to determine what the game_id is, so I can link the player games to the games in my data model. That extra work involves reading data from two separate data sources, determining whether a player's stats were home or away, and then building the game_id from there.
Describe the solution you'd like
SomeAdd game_id to the stats_player data released here
Describe alternatives you've considered
I currently get around this by doing the mapping logic on my end, but if other people are running into the same issue, time could be saved by fixing it at the source
Additional context
Metadata
Metadata
Assignees
Labels
Offseason to-doSomething to add when season is overSomething to add when season is over