nflverse / nfl_data_py

Python code for working with NFL play by play data.
MIT License
252 stars 48 forks source link

Revise Join of Play_By_Play to PBP_Participation #79

Open RGAlexander216 opened 8 months ago

RGAlexander216 commented 8 months ago

Resolves issue with play_by_play data having incorrect old_game_id values. For example, all old_game_id values in the play_by_play_2023 for week 15 start with "2022" but they begin with "2023" in the pbp_participation_2023 data.