Skip to content

[FEATURE REQ] add nflverse_game_id to calculate_stats() weekly output #528

@manbradcalf

Description

@manbradcalf

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

discord conversation

Metadata

Metadata

Assignees

No one assigned

    Labels

    Offseason to-doSomething to add when season is over

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions