Skip to content

Commit

Permalink
WBB Raw Updated (Start: 2025 End: 2025)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 25, 2024
1 parent b9bd626 commit b9750e3
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 0 deletions.
Binary file modified wbb/schedules/parquet/wbb_schedule_2025.parquet
Binary file not shown.
Binary file modified wbb/schedules/rds/wbb_schedule_2025.rds
Binary file not shown.
Binary file modified wbb/wbb_schedule_master.parquet
Binary file not shown.
41 changes: 41 additions & 0 deletions wehoop_wbb_raw_logfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29675,3 +29675,44 @@ Error originated just after this operation:
DF []; PROJECT */0 COLUMNS; SELECTION: "None"
INFO:__main__:7.049576036135355 minutes to download 2208 game play-by-plays.
INFO:__main__:Finished WBB PBP for 2025...
INFO:__main__:Scraping WBB schedules for year 2025...
INFO:__main__:2.6093077301979064 minutes to download 1 years of season schedules.
INFO:__main__:Scraping WBB PBP for 2025...
INFO:__main__:Number of Games: 2208
ERROR:__main__:Exception: game_id = 401728132
Traceback (most recent call last):
File "python/scrape_wbb_json.py", line 78, in download_game
result = sdv.wbb.helper_wbb_pbp(
File "/mnt/sdv_repos/sdv-py/sportsdataverse/wbb/wbb_pbp.py", line 104, in helper_wbb_pbp
pbp_txt = helper_wbb_pbp_features(game_id, pbp_txt, init)
File "/mnt/sdv_repos/sdv-py/sportsdataverse/wbb/wbb_pbp.py", line 231, in helper_wbb_pbp_features
pbp_txt["plays"]
File "/usr/local/lib/python3.8/dist-packages/polars/dataframe/frame.py", line 7631, in with_columns
self.lazy()
File "/usr/local/lib/python3.8/dist-packages/polars/utils/deprecation.py", line 93, in wrapper
return function(*args, **kwargs)
File "/usr/local/lib/python3.8/dist-packages/polars/lazyframe/frame.py", line 1695, in collect
return wrap_df(ldf.collect())
exceptions.ColumnNotFoundError: id

Error originated just after this operation:
DF []; PROJECT */0 COLUMNS; SELECTION: "None"
Traceback (most recent call last):
File "python/scrape_wbb_json.py", line 78, in download_game
result = sdv.wbb.helper_wbb_pbp(
File "/mnt/sdv_repos/sdv-py/sportsdataverse/wbb/wbb_pbp.py", line 104, in helper_wbb_pbp
pbp_txt = helper_wbb_pbp_features(game_id, pbp_txt, init)
File "/mnt/sdv_repos/sdv-py/sportsdataverse/wbb/wbb_pbp.py", line 231, in helper_wbb_pbp_features
pbp_txt["plays"]
File "/usr/local/lib/python3.8/dist-packages/polars/dataframe/frame.py", line 7631, in with_columns
self.lazy()
File "/usr/local/lib/python3.8/dist-packages/polars/utils/deprecation.py", line 93, in wrapper
return function(*args, **kwargs)
File "/usr/local/lib/python3.8/dist-packages/polars/lazyframe/frame.py", line 1695, in collect
return wrap_df(ldf.collect())
exceptions.ColumnNotFoundError: id

Error originated just after this operation:
DF []; PROJECT */0 COLUMNS; SELECTION: "None"
INFO:__main__:7.086669170856476 minutes to download 2208 game play-by-plays.
INFO:__main__:Finished WBB PBP for 2025...

0 comments on commit b9750e3

Please sign in to comment.