Skip to content

Commit

Permalink
#57 Upgrade Python & conda versions, renew notebooks (#60)
Browse files Browse the repository at this point in the history
* #57 Upgrade Python & conda versions, renew notebooks

* #57 Update part2.ipynb

* #57 Renew notebooks, v1 -> v2

Log lib & lang versions, bug fixes for upgrades

* #57 Update README.md
  • Loading branch information
conorheffron authored Dec 4, 2024
1 parent 7158384 commit 7ebeb54
Show file tree
Hide file tree
Showing 6 changed files with 797,404 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ This includes:

- [part1.ipynb](https://nbviewer.org/github/conorheffron/nba-stats/blob/main/part1.ipynb) (Part 1 Notebook - download data for analysis via sports API - NBA V2)

- [part2.ipynb](https://nbviewer.org/github/conorheffron/nba-stats/blob/main/part2.ipynb) (Part 2 Notebook - read, clean, analyse and visualise data stored on disk)
- [part2-V1.ipynb](https://nbviewer.org/github/conorheffron/nba-stats/blob/main/part2-V1.ipynb) (Part 2 Notebook - read, clean, analyse and visualise data stored on disk)

- Subset of the data used ( `/raw` dir with `Boston Celtics, Orlando Magic, & Atlanta Hawks` data), please contact me for more data samples or to collaborate on this analysis etc.
- Data used available at `/raw` dir with all teams/seasons data, please contact `conorheffron` to collaborate on this analysis etc.

- [part2-V2.ipynb](https://nbviewer.org/github/conorheffron/nba-stats/blob/main/part2-V2.ipynb) (Part 2 Notebook - read, clean, analyse and visualise data stored on disk)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "nba-stats",
"version": "2.5.9",
"version": "2.6.1",
"description": "NBA Player Statistics 2015 - 2023"
}
Loading

0 comments on commit 7ebeb54

Please sign in to comment.