Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2024 PBP data not available #111

Closed
2 tasks done
nateb7722 opened this issue Sep 18, 2024 · 2 comments
Closed
2 tasks done

2024 PBP data not available #111

nateb7722 opened this issue Sep 18, 2024 · 2 comments

Comments

@nateb7722
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

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

  • I have installed the latest development version of the package.

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.2 (also tried 0.3.1)

Describe the bug

2024 Data is currently not available. Even when typing in the html to download the parquet, 2023 is available but 2024 is not. Not sure if this is a temporary issue related to when data is updated or if there is a different problem. TIA!

Reprex

import nfl_data_py
test = nfl_data_py.import_pbp_data([2024])

Expected Behavior

2024 data to be downloaded

nflverse_sitrep

NA

Screenshots

No response

Additional context

No response

@tanho63
Copy link
Member

tanho63 commented Sep 18, 2024

See: #99 (comment):

Hi there, thanks for the report!

import_pbp_data() is erroring currently for 2024 due to the loss of the pbp_participation dataset. I'll have a fix in the 0.3.3 release soon, but in the mean time you can avoid the error by calling the function with the optional parameter include_participation=False.

@tanho63 tanho63 closed this as completed Sep 18, 2024
@tanho63 tanho63 pinned this issue Sep 18, 2024
@nateb7722
Copy link
Author

Thank you!! huge help

@alecglen alecglen changed the title 2024 data not available 2024 PBP data not available Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants