nflverse / nfl_data_py

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

Not up to date #61

Open benrpetersen07 opened 1 year ago

benrpetersen07 commented 1 year ago

It seems like the data in import_win_totals only goes to 2020. How often is this updated?

alecglen commented 1 year ago

It seems the data source this feed relied on is no longer active. I'll look into switching this probably over the weekend.

In the mean time, these are pretty easy to pull from PFR. As always, just make sure to be polite about scraping websites!

image
benrpetersen07 commented 1 year ago

Oh, yes, I have explored that route. It errors out when I scape it. You would have to use a proxy server list from what I can see, but I’ll wait to see what you come back with.Sent from my iPhoneOn Aug 29, 2023, at 3:08 PM, Alec Ostrander @.***> wrote: It seems the data source this feed relied on is no longer active. I'll look into switching this probably over the weekend. In the mean time, these are pretty easy to pull from PFR. As always, just make sure to be polite about scraping websites!

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

mstewart2150 commented 1 year ago

New to GitHub and commenting to follow the conversation. :) I assume after the first official game that the import_pbp_data() function will work after next Thursday's game?

alecglen commented 1 year ago

Hey @mstewart2150! I can't guarantee no unexpected hiccups on the first game of the year, but generally yes - play-by-play data initially becomes available around 3am the day after a game is played.

For future reference, you can follow a GitHub conversation using the Subscribe button in the right sidebar!

mstewart2150 commented 1 year ago

Ah! Thank you for letting me know!

TheNovakAI commented 1 year ago

Hi guys what about the schedule data for 2023, when does this data populate, or any injury updates data? Pardon if my questions are premature, I'm exploring the data in here just now for the first time. Amazing work!!

alecglen commented 11 months ago

@ryguy077 the 2023 schedule should all be uploaded, and injuries I believe are updated nightly. This project is mostly a wrapper around nflreadr, so I recommend you check out their site and Discord for further questions related to the source data.