Skip to content

Commit

Permalink
NBA Raw Updated (Start: 2025 End: 2025)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 27, 2024
1 parent ce1eabf commit 436c597
Show file tree
Hide file tree
Showing 76 changed files with 664,148 additions and 2,524 deletions.
6 changes: 6 additions & 0 deletions hoopR_nba_raw_logfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22362,3 +22362,9 @@ INFO:__main__:Scraping NBA PBP for 2025...
INFO:__main__:Number of Games: 26
INFO:__main__:0.1278996189435323 minutes to download 26 game play-by-plays.
INFO:__main__:Finished NBA PBP for 2025...
INFO:__main__:Scraping NBA schedules for year 2025...
INFO:__main__:1.0208590865135192 minutes to download 1 years of season schedules.
INFO:__main__:Scraping NBA PBP for 2025...
INFO:__main__:Number of Games: 36
INFO:__main__:0.16884733438491822 minutes to download 36 game play-by-plays.
INFO:__main__:Finished NBA PBP for 2025...
36 changes: 18 additions & 18 deletions nba/json/final/401704627.json
Original file line number Diff line number Diff line change
Expand Up @@ -29361,8 +29361,8 @@
"description": "Current Streak",
"abbreviation": "STRK",
"type": "streak",
"value": 2.0,
"displayValue": "W2"
"value": 3.0,
"displayValue": "W3"
},
{
"name": "winPercent",
Expand All @@ -29381,8 +29381,8 @@
"description": "Wins",
"abbreviation": "W",
"type": "wins",
"value": 2.0,
"displayValue": "2"
"value": 3.0,
"displayValue": "3"
}
],
"logo": [
Expand Down Expand Up @@ -29424,8 +29424,8 @@
"description": "Games Back",
"abbreviation": "GB",
"type": "gamesbehind",
"value": 1.0,
"displayValue": "1"
"value": 1.5,
"displayValue": "1.5"
},
{
"name": "losses",
Expand Down Expand Up @@ -29507,8 +29507,8 @@
"description": "Games Back",
"abbreviation": "GB",
"type": "gamesbehind",
"value": 1.0,
"displayValue": "1"
"value": 2.0,
"displayValue": "2"
},
{
"name": "losses",
Expand All @@ -29517,8 +29517,8 @@
"description": "Losses",
"abbreviation": "L",
"type": "losses",
"value": 1.0,
"displayValue": "1"
"value": 2.0,
"displayValue": "2"
},
{
"name": "streak",
Expand All @@ -29527,8 +29527,8 @@
"description": "Current Streak",
"abbreviation": "STRK",
"type": "streak",
"value": 1.0,
"displayValue": "W1"
"value": -1.0,
"displayValue": "L1"
},
{
"name": "winPercent",
Expand All @@ -29537,8 +29537,8 @@
"description": "Winning Percentage",
"abbreviation": "PCT",
"type": "winpercent",
"value": 0.5,
"displayValue": ".500"
"value": 0.33333334,
"displayValue": ".333"
},
{
"name": "wins",
Expand Down Expand Up @@ -29590,8 +29590,8 @@
"description": "Games Back",
"abbreviation": "GB",
"type": "gamesbehind",
"value": 2.0,
"displayValue": "2"
"value": 2.5,
"displayValue": "2.5"
},
{
"name": "losses",
Expand Down Expand Up @@ -29673,8 +29673,8 @@
"description": "Games Back",
"abbreviation": "GB",
"type": "gamesbehind",
"value": 2.0,
"displayValue": "2"
"value": 2.5,
"displayValue": "2.5"
},
{
"name": "losses",
Expand Down
Loading

0 comments on commit 436c597

Please sign in to comment.