nflverse / nfl_data_py

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

[BUG] nfl.import_weekly_pfr data missing for 2024 Week 1 season #100

Closed Laneville closed 5 days ago

Laneville commented 6 days ago

Is there an existing issue for this?

Have you installed the latest development version of the package(s) in question?

If this is a data issue, have you tried clearing your nflverse cache?

I am not using an nflverse R package (nflreadr, nflfastR) to access this data.

What version of the package do you have?

0.3.3

Describe the bug

When running the function nfl.import_weekly_pfr('rush',[2024]), I am only seeing values for the games that took place on Thursday and Friday of Week 1. Sunday and Monday games are missing.

Reprex

import nfl_data_py as nfl
rush = nfl.import_weekly_pfr('rush', [2024])
print(rush)

Expected Behavior

I would expect to see a dataframe with up-to-date per-game data sourced from players' advanced gamelog pages on pro-football-reference.com for 2024 week 1

nflverse_sitrep

na

Screenshots

No response

Additional context

No response

Laneville commented 6 days ago

This is all that's shown when I run the function for 2024. Only players from the KC/BAL and PHI/GB games on Thursday/Friday

image

zachaustin01 commented 6 days ago

+1

rjthompson2 commented 6 days ago

+1

mrcaseb commented 5 days ago

Closing this as the underlying data source has been updated